public class ImmutableShortLongMapFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.map.primitive.ImmutableShortLongMapFactory
ImmutableShortLongMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableShortLongMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.map.primitive.ImmutableShortLongMap |
of()
Same as
ImmutableShortLongMapFactory.with(). |
com.gs.collections.api.map.primitive.ImmutableShortLongMap |
of(short key,
long value)
Same as
ImmutableShortLongMapFactory.with(short, long). |
com.gs.collections.api.map.primitive.ImmutableShortLongMap |
ofAll(com.gs.collections.api.map.primitive.ShortLongMap map)
Same as
ImmutableShortLongMapFactory.withAll(ShortLongMap). |
com.gs.collections.api.map.primitive.ImmutableShortLongMap |
with() |
com.gs.collections.api.map.primitive.ImmutableShortLongMap |
with(short key,
long value) |
com.gs.collections.api.map.primitive.ImmutableShortLongMap |
withAll(com.gs.collections.api.map.primitive.ShortLongMap map) |
public com.gs.collections.api.map.primitive.ImmutableShortLongMap of()
com.gs.collections.api.factory.map.primitive.ImmutableShortLongMapFactoryImmutableShortLongMapFactory.with().of in interface com.gs.collections.api.factory.map.primitive.ImmutableShortLongMapFactorypublic com.gs.collections.api.map.primitive.ImmutableShortLongMap with()
with in interface com.gs.collections.api.factory.map.primitive.ImmutableShortLongMapFactorypublic com.gs.collections.api.map.primitive.ImmutableShortLongMap of(short key,
long value)
com.gs.collections.api.factory.map.primitive.ImmutableShortLongMapFactoryImmutableShortLongMapFactory.with(short, long).of in interface com.gs.collections.api.factory.map.primitive.ImmutableShortLongMapFactorypublic com.gs.collections.api.map.primitive.ImmutableShortLongMap with(short key,
long value)
with in interface com.gs.collections.api.factory.map.primitive.ImmutableShortLongMapFactorypublic com.gs.collections.api.map.primitive.ImmutableShortLongMap ofAll(com.gs.collections.api.map.primitive.ShortLongMap map)
com.gs.collections.api.factory.map.primitive.ImmutableShortLongMapFactoryImmutableShortLongMapFactory.withAll(ShortLongMap).ofAll in interface com.gs.collections.api.factory.map.primitive.ImmutableShortLongMapFactorypublic com.gs.collections.api.map.primitive.ImmutableShortLongMap withAll(com.gs.collections.api.map.primitive.ShortLongMap map)
withAll in interface com.gs.collections.api.factory.map.primitive.ImmutableShortLongMapFactory