public class ImmutableFloatShortMapFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.map.primitive.ImmutableFloatShortMapFactory
ImmutableFloatShortMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableFloatShortMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.map.primitive.ImmutableFloatShortMap |
empty() |
com.gs.collections.api.map.primitive.ImmutableFloatShortMap |
of()
Same as
ImmutableFloatShortMapFactory.empty(). |
com.gs.collections.api.map.primitive.ImmutableFloatShortMap |
of(float key,
short value)
Same as
ImmutableFloatShortMapFactory.with(float, short). |
com.gs.collections.api.map.primitive.ImmutableFloatShortMap |
ofAll(com.gs.collections.api.map.primitive.FloatShortMap map)
Same as
ImmutableFloatShortMapFactory.withAll(FloatShortMap). |
com.gs.collections.api.map.primitive.ImmutableFloatShortMap |
with()
Same as
ImmutableFloatShortMapFactory.empty(). |
com.gs.collections.api.map.primitive.ImmutableFloatShortMap |
with(float key,
short value) |
com.gs.collections.api.map.primitive.ImmutableFloatShortMap |
withAll(com.gs.collections.api.map.primitive.FloatShortMap map) |
public com.gs.collections.api.map.primitive.ImmutableFloatShortMap empty()
empty in interface com.gs.collections.api.factory.map.primitive.ImmutableFloatShortMapFactorypublic com.gs.collections.api.map.primitive.ImmutableFloatShortMap of()
com.gs.collections.api.factory.map.primitive.ImmutableFloatShortMapFactoryImmutableFloatShortMapFactory.empty().of in interface com.gs.collections.api.factory.map.primitive.ImmutableFloatShortMapFactorypublic com.gs.collections.api.map.primitive.ImmutableFloatShortMap with()
com.gs.collections.api.factory.map.primitive.ImmutableFloatShortMapFactoryImmutableFloatShortMapFactory.empty().with in interface com.gs.collections.api.factory.map.primitive.ImmutableFloatShortMapFactorypublic com.gs.collections.api.map.primitive.ImmutableFloatShortMap of(float key,
short value)
com.gs.collections.api.factory.map.primitive.ImmutableFloatShortMapFactoryImmutableFloatShortMapFactory.with(float, short).of in interface com.gs.collections.api.factory.map.primitive.ImmutableFloatShortMapFactorypublic com.gs.collections.api.map.primitive.ImmutableFloatShortMap with(float key,
short value)
with in interface com.gs.collections.api.factory.map.primitive.ImmutableFloatShortMapFactorypublic com.gs.collections.api.map.primitive.ImmutableFloatShortMap ofAll(com.gs.collections.api.map.primitive.FloatShortMap map)
com.gs.collections.api.factory.map.primitive.ImmutableFloatShortMapFactoryImmutableFloatShortMapFactory.withAll(FloatShortMap).ofAll in interface com.gs.collections.api.factory.map.primitive.ImmutableFloatShortMapFactorypublic com.gs.collections.api.map.primitive.ImmutableFloatShortMap withAll(com.gs.collections.api.map.primitive.FloatShortMap map)
withAll in interface com.gs.collections.api.factory.map.primitive.ImmutableFloatShortMapFactory