public class ImmutableFloatIntMapFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.map.primitive.ImmutableFloatIntMapFactory
ImmutableFloatIntMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableFloatIntMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.map.primitive.ImmutableFloatIntMap |
empty() |
com.gs.collections.api.map.primitive.ImmutableFloatIntMap |
of()
Same as
ImmutableFloatIntMapFactory.empty(). |
com.gs.collections.api.map.primitive.ImmutableFloatIntMap |
of(float key,
int value)
Same as
ImmutableFloatIntMapFactory.with(float, int). |
com.gs.collections.api.map.primitive.ImmutableFloatIntMap |
ofAll(com.gs.collections.api.map.primitive.FloatIntMap map)
Same as
ImmutableFloatIntMapFactory.withAll(FloatIntMap). |
com.gs.collections.api.map.primitive.ImmutableFloatIntMap |
with()
Same as
ImmutableFloatIntMapFactory.empty(). |
com.gs.collections.api.map.primitive.ImmutableFloatIntMap |
with(float key,
int value) |
com.gs.collections.api.map.primitive.ImmutableFloatIntMap |
withAll(com.gs.collections.api.map.primitive.FloatIntMap map) |
public com.gs.collections.api.map.primitive.ImmutableFloatIntMap empty()
empty in interface com.gs.collections.api.factory.map.primitive.ImmutableFloatIntMapFactorypublic com.gs.collections.api.map.primitive.ImmutableFloatIntMap of()
com.gs.collections.api.factory.map.primitive.ImmutableFloatIntMapFactoryImmutableFloatIntMapFactory.empty().of in interface com.gs.collections.api.factory.map.primitive.ImmutableFloatIntMapFactorypublic com.gs.collections.api.map.primitive.ImmutableFloatIntMap with()
com.gs.collections.api.factory.map.primitive.ImmutableFloatIntMapFactoryImmutableFloatIntMapFactory.empty().with in interface com.gs.collections.api.factory.map.primitive.ImmutableFloatIntMapFactorypublic com.gs.collections.api.map.primitive.ImmutableFloatIntMap of(float key,
int value)
com.gs.collections.api.factory.map.primitive.ImmutableFloatIntMapFactoryImmutableFloatIntMapFactory.with(float, int).of in interface com.gs.collections.api.factory.map.primitive.ImmutableFloatIntMapFactorypublic com.gs.collections.api.map.primitive.ImmutableFloatIntMap with(float key,
int value)
with in interface com.gs.collections.api.factory.map.primitive.ImmutableFloatIntMapFactorypublic com.gs.collections.api.map.primitive.ImmutableFloatIntMap ofAll(com.gs.collections.api.map.primitive.FloatIntMap map)
com.gs.collections.api.factory.map.primitive.ImmutableFloatIntMapFactoryImmutableFloatIntMapFactory.withAll(FloatIntMap).ofAll in interface com.gs.collections.api.factory.map.primitive.ImmutableFloatIntMapFactorypublic com.gs.collections.api.map.primitive.ImmutableFloatIntMap withAll(com.gs.collections.api.map.primitive.FloatIntMap map)
withAll in interface com.gs.collections.api.factory.map.primitive.ImmutableFloatIntMapFactory