public class ImmutableFloatDoubleMapFactoryImpl extends Object implements org.eclipse.collections.api.factory.map.primitive.ImmutableFloatDoubleMapFactory
ImmutableFloatDoubleMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableFloatDoubleMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.map.primitive.ImmutableFloatDoubleMap |
empty() |
org.eclipse.collections.api.map.primitive.ImmutableFloatDoubleMap |
of() |
org.eclipse.collections.api.map.primitive.ImmutableFloatDoubleMap |
of(float key,
double value) |
org.eclipse.collections.api.map.primitive.ImmutableFloatDoubleMap |
ofAll(org.eclipse.collections.api.map.primitive.FloatDoubleMap map) |
org.eclipse.collections.api.map.primitive.ImmutableFloatDoubleMap |
with() |
org.eclipse.collections.api.map.primitive.ImmutableFloatDoubleMap |
with(float key,
double value) |
org.eclipse.collections.api.map.primitive.ImmutableFloatDoubleMap |
withAll(org.eclipse.collections.api.map.primitive.FloatDoubleMap map) |
public org.eclipse.collections.api.map.primitive.ImmutableFloatDoubleMap empty()
empty in interface org.eclipse.collections.api.factory.map.primitive.ImmutableFloatDoubleMapFactorypublic org.eclipse.collections.api.map.primitive.ImmutableFloatDoubleMap of()
of in interface org.eclipse.collections.api.factory.map.primitive.ImmutableFloatDoubleMapFactorypublic org.eclipse.collections.api.map.primitive.ImmutableFloatDoubleMap with()
with in interface org.eclipse.collections.api.factory.map.primitive.ImmutableFloatDoubleMapFactorypublic org.eclipse.collections.api.map.primitive.ImmutableFloatDoubleMap of(float key,
double value)
of in interface org.eclipse.collections.api.factory.map.primitive.ImmutableFloatDoubleMapFactorypublic org.eclipse.collections.api.map.primitive.ImmutableFloatDoubleMap with(float key,
double value)
with in interface org.eclipse.collections.api.factory.map.primitive.ImmutableFloatDoubleMapFactorypublic org.eclipse.collections.api.map.primitive.ImmutableFloatDoubleMap ofAll(org.eclipse.collections.api.map.primitive.FloatDoubleMap map)
ofAll in interface org.eclipse.collections.api.factory.map.primitive.ImmutableFloatDoubleMapFactorypublic org.eclipse.collections.api.map.primitive.ImmutableFloatDoubleMap withAll(org.eclipse.collections.api.map.primitive.FloatDoubleMap map)
withAll in interface org.eclipse.collections.api.factory.map.primitive.ImmutableFloatDoubleMapFactoryCopyright © 2004–2017. All rights reserved.