public class ImmutableIntShortMapFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.map.primitive.ImmutableIntShortMapFactory
ImmutableIntShortMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableIntShortMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.map.primitive.ImmutableIntShortMap |
empty() |
com.gs.collections.api.map.primitive.ImmutableIntShortMap |
of()
Same as
ImmutableIntShortMapFactory.empty(). |
com.gs.collections.api.map.primitive.ImmutableIntShortMap |
of(int key,
short value)
Same as
ImmutableIntShortMapFactory.with(int, short). |
com.gs.collections.api.map.primitive.ImmutableIntShortMap |
ofAll(com.gs.collections.api.map.primitive.IntShortMap map)
Same as
ImmutableIntShortMapFactory.withAll(IntShortMap). |
com.gs.collections.api.map.primitive.ImmutableIntShortMap |
with()
Same as
ImmutableIntShortMapFactory.empty(). |
com.gs.collections.api.map.primitive.ImmutableIntShortMap |
with(int key,
short value) |
com.gs.collections.api.map.primitive.ImmutableIntShortMap |
withAll(com.gs.collections.api.map.primitive.IntShortMap map) |
public com.gs.collections.api.map.primitive.ImmutableIntShortMap empty()
empty in interface com.gs.collections.api.factory.map.primitive.ImmutableIntShortMapFactorypublic com.gs.collections.api.map.primitive.ImmutableIntShortMap of()
com.gs.collections.api.factory.map.primitive.ImmutableIntShortMapFactoryImmutableIntShortMapFactory.empty().of in interface com.gs.collections.api.factory.map.primitive.ImmutableIntShortMapFactorypublic com.gs.collections.api.map.primitive.ImmutableIntShortMap with()
com.gs.collections.api.factory.map.primitive.ImmutableIntShortMapFactoryImmutableIntShortMapFactory.empty().with in interface com.gs.collections.api.factory.map.primitive.ImmutableIntShortMapFactorypublic com.gs.collections.api.map.primitive.ImmutableIntShortMap of(int key,
short value)
com.gs.collections.api.factory.map.primitive.ImmutableIntShortMapFactoryImmutableIntShortMapFactory.with(int, short).of in interface com.gs.collections.api.factory.map.primitive.ImmutableIntShortMapFactorypublic com.gs.collections.api.map.primitive.ImmutableIntShortMap with(int key,
short value)
with in interface com.gs.collections.api.factory.map.primitive.ImmutableIntShortMapFactorypublic com.gs.collections.api.map.primitive.ImmutableIntShortMap ofAll(com.gs.collections.api.map.primitive.IntShortMap map)
com.gs.collections.api.factory.map.primitive.ImmutableIntShortMapFactoryImmutableIntShortMapFactory.withAll(IntShortMap).ofAll in interface com.gs.collections.api.factory.map.primitive.ImmutableIntShortMapFactorypublic com.gs.collections.api.map.primitive.ImmutableIntShortMap withAll(com.gs.collections.api.map.primitive.IntShortMap map)
withAll in interface com.gs.collections.api.factory.map.primitive.ImmutableIntShortMapFactory