public class ImmutableShortShortMapFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.map.primitive.ImmutableShortShortMapFactory
ImmutableShortShortMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableShortShortMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.map.primitive.ImmutableShortShortMap |
of()
Same as
ImmutableShortShortMapFactory.with(). |
com.gs.collections.api.map.primitive.ImmutableShortShortMap |
of(short key,
short value)
Same as
ImmutableShortShortMapFactory.with(short, short). |
com.gs.collections.api.map.primitive.ImmutableShortShortMap |
ofAll(com.gs.collections.api.map.primitive.ShortShortMap map)
Same as
ImmutableShortShortMapFactory.withAll(ShortShortMap). |
com.gs.collections.api.map.primitive.ImmutableShortShortMap |
with() |
com.gs.collections.api.map.primitive.ImmutableShortShortMap |
with(short key,
short value) |
com.gs.collections.api.map.primitive.ImmutableShortShortMap |
withAll(com.gs.collections.api.map.primitive.ShortShortMap map) |
public com.gs.collections.api.map.primitive.ImmutableShortShortMap of()
com.gs.collections.api.factory.map.primitive.ImmutableShortShortMapFactoryImmutableShortShortMapFactory.with().of in interface com.gs.collections.api.factory.map.primitive.ImmutableShortShortMapFactorypublic com.gs.collections.api.map.primitive.ImmutableShortShortMap with()
with in interface com.gs.collections.api.factory.map.primitive.ImmutableShortShortMapFactorypublic com.gs.collections.api.map.primitive.ImmutableShortShortMap of(short key,
short value)
com.gs.collections.api.factory.map.primitive.ImmutableShortShortMapFactoryImmutableShortShortMapFactory.with(short, short).of in interface com.gs.collections.api.factory.map.primitive.ImmutableShortShortMapFactorypublic com.gs.collections.api.map.primitive.ImmutableShortShortMap with(short key,
short value)
with in interface com.gs.collections.api.factory.map.primitive.ImmutableShortShortMapFactorypublic com.gs.collections.api.map.primitive.ImmutableShortShortMap ofAll(com.gs.collections.api.map.primitive.ShortShortMap map)
com.gs.collections.api.factory.map.primitive.ImmutableShortShortMapFactoryImmutableShortShortMapFactory.withAll(ShortShortMap).ofAll in interface com.gs.collections.api.factory.map.primitive.ImmutableShortShortMapFactorypublic com.gs.collections.api.map.primitive.ImmutableShortShortMap withAll(com.gs.collections.api.map.primitive.ShortShortMap map)
withAll in interface com.gs.collections.api.factory.map.primitive.ImmutableShortShortMapFactory