public class ImmutableShortIntMapFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.map.primitive.ImmutableShortIntMapFactory
ImmutableShortIntMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableShortIntMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.map.primitive.ImmutableShortIntMap |
of()
Same as
ImmutableShortIntMapFactory.with(). |
com.gs.collections.api.map.primitive.ImmutableShortIntMap |
of(short key,
int value)
Same as
ImmutableShortIntMapFactory.with(short, int). |
com.gs.collections.api.map.primitive.ImmutableShortIntMap |
ofAll(com.gs.collections.api.map.primitive.ShortIntMap map)
Same as
ImmutableShortIntMapFactory.withAll(ShortIntMap). |
com.gs.collections.api.map.primitive.ImmutableShortIntMap |
with() |
com.gs.collections.api.map.primitive.ImmutableShortIntMap |
with(short key,
int value) |
com.gs.collections.api.map.primitive.ImmutableShortIntMap |
withAll(com.gs.collections.api.map.primitive.ShortIntMap map) |
public com.gs.collections.api.map.primitive.ImmutableShortIntMap of()
com.gs.collections.api.factory.map.primitive.ImmutableShortIntMapFactoryImmutableShortIntMapFactory.with().of in interface com.gs.collections.api.factory.map.primitive.ImmutableShortIntMapFactorypublic com.gs.collections.api.map.primitive.ImmutableShortIntMap with()
with in interface com.gs.collections.api.factory.map.primitive.ImmutableShortIntMapFactorypublic com.gs.collections.api.map.primitive.ImmutableShortIntMap of(short key,
int value)
com.gs.collections.api.factory.map.primitive.ImmutableShortIntMapFactoryImmutableShortIntMapFactory.with(short, int).of in interface com.gs.collections.api.factory.map.primitive.ImmutableShortIntMapFactorypublic com.gs.collections.api.map.primitive.ImmutableShortIntMap with(short key,
int value)
with in interface com.gs.collections.api.factory.map.primitive.ImmutableShortIntMapFactorypublic com.gs.collections.api.map.primitive.ImmutableShortIntMap ofAll(com.gs.collections.api.map.primitive.ShortIntMap map)
com.gs.collections.api.factory.map.primitive.ImmutableShortIntMapFactoryImmutableShortIntMapFactory.withAll(ShortIntMap).ofAll in interface com.gs.collections.api.factory.map.primitive.ImmutableShortIntMapFactorypublic com.gs.collections.api.map.primitive.ImmutableShortIntMap withAll(com.gs.collections.api.map.primitive.ShortIntMap map)
withAll in interface com.gs.collections.api.factory.map.primitive.ImmutableShortIntMapFactory