public class ImmutableIntByteMapFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.map.primitive.ImmutableIntByteMapFactory
ImmutableIntByteMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableIntByteMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.map.primitive.ImmutableIntByteMap |
empty() |
com.gs.collections.api.map.primitive.ImmutableIntByteMap |
of()
Same as
ImmutableIntByteMapFactory.empty(). |
com.gs.collections.api.map.primitive.ImmutableIntByteMap |
of(int key,
byte value)
Same as
ImmutableIntByteMapFactory.with(int, byte). |
com.gs.collections.api.map.primitive.ImmutableIntByteMap |
ofAll(com.gs.collections.api.map.primitive.IntByteMap map)
Same as
ImmutableIntByteMapFactory.withAll(IntByteMap). |
com.gs.collections.api.map.primitive.ImmutableIntByteMap |
with()
Same as
ImmutableIntByteMapFactory.empty(). |
com.gs.collections.api.map.primitive.ImmutableIntByteMap |
with(int key,
byte value) |
com.gs.collections.api.map.primitive.ImmutableIntByteMap |
withAll(com.gs.collections.api.map.primitive.IntByteMap map) |
public com.gs.collections.api.map.primitive.ImmutableIntByteMap empty()
empty in interface com.gs.collections.api.factory.map.primitive.ImmutableIntByteMapFactorypublic com.gs.collections.api.map.primitive.ImmutableIntByteMap of()
com.gs.collections.api.factory.map.primitive.ImmutableIntByteMapFactoryImmutableIntByteMapFactory.empty().of in interface com.gs.collections.api.factory.map.primitive.ImmutableIntByteMapFactorypublic com.gs.collections.api.map.primitive.ImmutableIntByteMap with()
com.gs.collections.api.factory.map.primitive.ImmutableIntByteMapFactoryImmutableIntByteMapFactory.empty().with in interface com.gs.collections.api.factory.map.primitive.ImmutableIntByteMapFactorypublic com.gs.collections.api.map.primitive.ImmutableIntByteMap of(int key,
byte value)
com.gs.collections.api.factory.map.primitive.ImmutableIntByteMapFactoryImmutableIntByteMapFactory.with(int, byte).of in interface com.gs.collections.api.factory.map.primitive.ImmutableIntByteMapFactorypublic com.gs.collections.api.map.primitive.ImmutableIntByteMap with(int key,
byte value)
with in interface com.gs.collections.api.factory.map.primitive.ImmutableIntByteMapFactorypublic com.gs.collections.api.map.primitive.ImmutableIntByteMap ofAll(com.gs.collections.api.map.primitive.IntByteMap map)
com.gs.collections.api.factory.map.primitive.ImmutableIntByteMapFactoryImmutableIntByteMapFactory.withAll(IntByteMap).ofAll in interface com.gs.collections.api.factory.map.primitive.ImmutableIntByteMapFactorypublic com.gs.collections.api.map.primitive.ImmutableIntByteMap withAll(com.gs.collections.api.map.primitive.IntByteMap map)
withAll in interface com.gs.collections.api.factory.map.primitive.ImmutableIntByteMapFactory