public class ImmutableIntCharMapFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.map.primitive.ImmutableIntCharMapFactory
ImmutableIntCharMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableIntCharMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.map.primitive.ImmutableIntCharMap |
of()
Same as
ImmutableIntCharMapFactory.with(). |
com.gs.collections.api.map.primitive.ImmutableIntCharMap |
of(int key,
char value)
Same as
ImmutableIntCharMapFactory.with(int, char). |
com.gs.collections.api.map.primitive.ImmutableIntCharMap |
ofAll(com.gs.collections.api.map.primitive.IntCharMap map)
Same as
ImmutableIntCharMapFactory.withAll(IntCharMap). |
com.gs.collections.api.map.primitive.ImmutableIntCharMap |
with() |
com.gs.collections.api.map.primitive.ImmutableIntCharMap |
with(int key,
char value) |
com.gs.collections.api.map.primitive.ImmutableIntCharMap |
withAll(com.gs.collections.api.map.primitive.IntCharMap map) |
public com.gs.collections.api.map.primitive.ImmutableIntCharMap of()
com.gs.collections.api.factory.map.primitive.ImmutableIntCharMapFactoryImmutableIntCharMapFactory.with().of in interface com.gs.collections.api.factory.map.primitive.ImmutableIntCharMapFactorypublic com.gs.collections.api.map.primitive.ImmutableIntCharMap with()
with in interface com.gs.collections.api.factory.map.primitive.ImmutableIntCharMapFactorypublic com.gs.collections.api.map.primitive.ImmutableIntCharMap of(int key,
char value)
com.gs.collections.api.factory.map.primitive.ImmutableIntCharMapFactoryImmutableIntCharMapFactory.with(int, char).of in interface com.gs.collections.api.factory.map.primitive.ImmutableIntCharMapFactorypublic com.gs.collections.api.map.primitive.ImmutableIntCharMap with(int key,
char value)
with in interface com.gs.collections.api.factory.map.primitive.ImmutableIntCharMapFactorypublic com.gs.collections.api.map.primitive.ImmutableIntCharMap ofAll(com.gs.collections.api.map.primitive.IntCharMap map)
com.gs.collections.api.factory.map.primitive.ImmutableIntCharMapFactoryImmutableIntCharMapFactory.withAll(IntCharMap).ofAll in interface com.gs.collections.api.factory.map.primitive.ImmutableIntCharMapFactorypublic com.gs.collections.api.map.primitive.ImmutableIntCharMap withAll(com.gs.collections.api.map.primitive.IntCharMap map)
withAll in interface com.gs.collections.api.factory.map.primitive.ImmutableIntCharMapFactory