public class ImmutableShortCharMapFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.map.primitive.ImmutableShortCharMapFactory
ImmutableShortCharMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableShortCharMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.map.primitive.ImmutableShortCharMap |
empty() |
com.gs.collections.api.map.primitive.ImmutableShortCharMap |
of()
Same as
ImmutableShortCharMapFactory.empty(). |
com.gs.collections.api.map.primitive.ImmutableShortCharMap |
of(short key,
char value)
Same as
ImmutableShortCharMapFactory.with(short, char). |
com.gs.collections.api.map.primitive.ImmutableShortCharMap |
ofAll(com.gs.collections.api.map.primitive.ShortCharMap map)
Same as
ImmutableShortCharMapFactory.withAll(ShortCharMap). |
com.gs.collections.api.map.primitive.ImmutableShortCharMap |
with()
Same as
ImmutableShortCharMapFactory.empty(). |
com.gs.collections.api.map.primitive.ImmutableShortCharMap |
with(short key,
char value) |
com.gs.collections.api.map.primitive.ImmutableShortCharMap |
withAll(com.gs.collections.api.map.primitive.ShortCharMap map) |
public com.gs.collections.api.map.primitive.ImmutableShortCharMap empty()
empty in interface com.gs.collections.api.factory.map.primitive.ImmutableShortCharMapFactorypublic com.gs.collections.api.map.primitive.ImmutableShortCharMap of()
com.gs.collections.api.factory.map.primitive.ImmutableShortCharMapFactoryImmutableShortCharMapFactory.empty().of in interface com.gs.collections.api.factory.map.primitive.ImmutableShortCharMapFactorypublic com.gs.collections.api.map.primitive.ImmutableShortCharMap with()
com.gs.collections.api.factory.map.primitive.ImmutableShortCharMapFactoryImmutableShortCharMapFactory.empty().with in interface com.gs.collections.api.factory.map.primitive.ImmutableShortCharMapFactorypublic com.gs.collections.api.map.primitive.ImmutableShortCharMap of(short key,
char value)
com.gs.collections.api.factory.map.primitive.ImmutableShortCharMapFactoryImmutableShortCharMapFactory.with(short, char).of in interface com.gs.collections.api.factory.map.primitive.ImmutableShortCharMapFactorypublic com.gs.collections.api.map.primitive.ImmutableShortCharMap with(short key,
char value)
with in interface com.gs.collections.api.factory.map.primitive.ImmutableShortCharMapFactorypublic com.gs.collections.api.map.primitive.ImmutableShortCharMap ofAll(com.gs.collections.api.map.primitive.ShortCharMap map)
com.gs.collections.api.factory.map.primitive.ImmutableShortCharMapFactoryImmutableShortCharMapFactory.withAll(ShortCharMap).ofAll in interface com.gs.collections.api.factory.map.primitive.ImmutableShortCharMapFactorypublic com.gs.collections.api.map.primitive.ImmutableShortCharMap withAll(com.gs.collections.api.map.primitive.ShortCharMap map)
withAll in interface com.gs.collections.api.factory.map.primitive.ImmutableShortCharMapFactory