public class ImmutableCharByteMapFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.map.primitive.ImmutableCharByteMapFactory
ImmutableCharByteMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableCharByteMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.map.primitive.ImmutableCharByteMap |
of()
Same as
ImmutableCharByteMapFactory.with(). |
com.gs.collections.api.map.primitive.ImmutableCharByteMap |
of(char key,
byte value)
Same as
ImmutableCharByteMapFactory.with(char, byte). |
com.gs.collections.api.map.primitive.ImmutableCharByteMap |
ofAll(com.gs.collections.api.map.primitive.CharByteMap map)
Same as
ImmutableCharByteMapFactory.withAll(CharByteMap). |
com.gs.collections.api.map.primitive.ImmutableCharByteMap |
with() |
com.gs.collections.api.map.primitive.ImmutableCharByteMap |
with(char key,
byte value) |
com.gs.collections.api.map.primitive.ImmutableCharByteMap |
withAll(com.gs.collections.api.map.primitive.CharByteMap map) |
public com.gs.collections.api.map.primitive.ImmutableCharByteMap of()
com.gs.collections.api.factory.map.primitive.ImmutableCharByteMapFactoryImmutableCharByteMapFactory.with().of in interface com.gs.collections.api.factory.map.primitive.ImmutableCharByteMapFactorypublic com.gs.collections.api.map.primitive.ImmutableCharByteMap with()
with in interface com.gs.collections.api.factory.map.primitive.ImmutableCharByteMapFactorypublic com.gs.collections.api.map.primitive.ImmutableCharByteMap of(char key,
byte value)
com.gs.collections.api.factory.map.primitive.ImmutableCharByteMapFactoryImmutableCharByteMapFactory.with(char, byte).of in interface com.gs.collections.api.factory.map.primitive.ImmutableCharByteMapFactorypublic com.gs.collections.api.map.primitive.ImmutableCharByteMap with(char key,
byte value)
with in interface com.gs.collections.api.factory.map.primitive.ImmutableCharByteMapFactorypublic com.gs.collections.api.map.primitive.ImmutableCharByteMap ofAll(com.gs.collections.api.map.primitive.CharByteMap map)
com.gs.collections.api.factory.map.primitive.ImmutableCharByteMapFactoryImmutableCharByteMapFactory.withAll(CharByteMap).ofAll in interface com.gs.collections.api.factory.map.primitive.ImmutableCharByteMapFactorypublic com.gs.collections.api.map.primitive.ImmutableCharByteMap withAll(com.gs.collections.api.map.primitive.CharByteMap map)
withAll in interface com.gs.collections.api.factory.map.primitive.ImmutableCharByteMapFactory