public class ImmutableCharShortMapFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.map.primitive.ImmutableCharShortMapFactory
ImmutableCharShortMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableCharShortMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.map.primitive.ImmutableCharShortMap |
of()
Same as
ImmutableCharShortMapFactory.with(). |
com.gs.collections.api.map.primitive.ImmutableCharShortMap |
of(char key,
short value)
Same as
ImmutableCharShortMapFactory.with(char, short). |
com.gs.collections.api.map.primitive.ImmutableCharShortMap |
ofAll(com.gs.collections.api.map.primitive.CharShortMap map)
Same as
ImmutableCharShortMapFactory.withAll(CharShortMap). |
com.gs.collections.api.map.primitive.ImmutableCharShortMap |
with() |
com.gs.collections.api.map.primitive.ImmutableCharShortMap |
with(char key,
short value) |
com.gs.collections.api.map.primitive.ImmutableCharShortMap |
withAll(com.gs.collections.api.map.primitive.CharShortMap map) |
public com.gs.collections.api.map.primitive.ImmutableCharShortMap of()
com.gs.collections.api.factory.map.primitive.ImmutableCharShortMapFactoryImmutableCharShortMapFactory.with().of in interface com.gs.collections.api.factory.map.primitive.ImmutableCharShortMapFactorypublic com.gs.collections.api.map.primitive.ImmutableCharShortMap with()
with in interface com.gs.collections.api.factory.map.primitive.ImmutableCharShortMapFactorypublic com.gs.collections.api.map.primitive.ImmutableCharShortMap of(char key,
short value)
com.gs.collections.api.factory.map.primitive.ImmutableCharShortMapFactoryImmutableCharShortMapFactory.with(char, short).of in interface com.gs.collections.api.factory.map.primitive.ImmutableCharShortMapFactorypublic com.gs.collections.api.map.primitive.ImmutableCharShortMap with(char key,
short value)
with in interface com.gs.collections.api.factory.map.primitive.ImmutableCharShortMapFactorypublic com.gs.collections.api.map.primitive.ImmutableCharShortMap ofAll(com.gs.collections.api.map.primitive.CharShortMap map)
com.gs.collections.api.factory.map.primitive.ImmutableCharShortMapFactoryImmutableCharShortMapFactory.withAll(CharShortMap).ofAll in interface com.gs.collections.api.factory.map.primitive.ImmutableCharShortMapFactorypublic com.gs.collections.api.map.primitive.ImmutableCharShortMap withAll(com.gs.collections.api.map.primitive.CharShortMap map)
withAll in interface com.gs.collections.api.factory.map.primitive.ImmutableCharShortMapFactory