public class ImmutableLongCharMapFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.map.primitive.ImmutableLongCharMapFactory
ImmutableLongCharMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableLongCharMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.map.primitive.ImmutableLongCharMap |
of()
Same as
ImmutableLongCharMapFactory.with(). |
com.gs.collections.api.map.primitive.ImmutableLongCharMap |
of(long key,
char value)
Same as
ImmutableLongCharMapFactory.with(long, char). |
com.gs.collections.api.map.primitive.ImmutableLongCharMap |
ofAll(com.gs.collections.api.map.primitive.LongCharMap map)
Same as
ImmutableLongCharMapFactory.withAll(LongCharMap). |
com.gs.collections.api.map.primitive.ImmutableLongCharMap |
with() |
com.gs.collections.api.map.primitive.ImmutableLongCharMap |
with(long key,
char value) |
com.gs.collections.api.map.primitive.ImmutableLongCharMap |
withAll(com.gs.collections.api.map.primitive.LongCharMap map) |
public com.gs.collections.api.map.primitive.ImmutableLongCharMap of()
com.gs.collections.api.factory.map.primitive.ImmutableLongCharMapFactoryImmutableLongCharMapFactory.with().of in interface com.gs.collections.api.factory.map.primitive.ImmutableLongCharMapFactorypublic com.gs.collections.api.map.primitive.ImmutableLongCharMap with()
with in interface com.gs.collections.api.factory.map.primitive.ImmutableLongCharMapFactorypublic com.gs.collections.api.map.primitive.ImmutableLongCharMap of(long key,
char value)
com.gs.collections.api.factory.map.primitive.ImmutableLongCharMapFactoryImmutableLongCharMapFactory.with(long, char).of in interface com.gs.collections.api.factory.map.primitive.ImmutableLongCharMapFactorypublic com.gs.collections.api.map.primitive.ImmutableLongCharMap with(long key,
char value)
with in interface com.gs.collections.api.factory.map.primitive.ImmutableLongCharMapFactorypublic com.gs.collections.api.map.primitive.ImmutableLongCharMap ofAll(com.gs.collections.api.map.primitive.LongCharMap map)
com.gs.collections.api.factory.map.primitive.ImmutableLongCharMapFactoryImmutableLongCharMapFactory.withAll(LongCharMap).ofAll in interface com.gs.collections.api.factory.map.primitive.ImmutableLongCharMapFactorypublic com.gs.collections.api.map.primitive.ImmutableLongCharMap withAll(com.gs.collections.api.map.primitive.LongCharMap map)
withAll in interface com.gs.collections.api.factory.map.primitive.ImmutableLongCharMapFactory