public class ImmutableByteByteMapFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.map.primitive.ImmutableByteByteMapFactory
ImmutableByteByteMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableByteByteMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.map.primitive.ImmutableByteByteMap |
empty() |
com.gs.collections.api.map.primitive.ImmutableByteByteMap |
of()
Same as
ImmutableByteByteMapFactory.empty(). |
com.gs.collections.api.map.primitive.ImmutableByteByteMap |
of(byte key,
byte value)
Same as
ImmutableByteByteMapFactory.with(byte, byte). |
com.gs.collections.api.map.primitive.ImmutableByteByteMap |
ofAll(com.gs.collections.api.map.primitive.ByteByteMap map)
Same as
ImmutableByteByteMapFactory.withAll(ByteByteMap). |
com.gs.collections.api.map.primitive.ImmutableByteByteMap |
with()
Same as
ImmutableByteByteMapFactory.empty(). |
com.gs.collections.api.map.primitive.ImmutableByteByteMap |
with(byte key,
byte value) |
com.gs.collections.api.map.primitive.ImmutableByteByteMap |
withAll(com.gs.collections.api.map.primitive.ByteByteMap map) |
public com.gs.collections.api.map.primitive.ImmutableByteByteMap empty()
empty in interface com.gs.collections.api.factory.map.primitive.ImmutableByteByteMapFactorypublic com.gs.collections.api.map.primitive.ImmutableByteByteMap of()
com.gs.collections.api.factory.map.primitive.ImmutableByteByteMapFactoryImmutableByteByteMapFactory.empty().of in interface com.gs.collections.api.factory.map.primitive.ImmutableByteByteMapFactorypublic com.gs.collections.api.map.primitive.ImmutableByteByteMap with()
com.gs.collections.api.factory.map.primitive.ImmutableByteByteMapFactoryImmutableByteByteMapFactory.empty().with in interface com.gs.collections.api.factory.map.primitive.ImmutableByteByteMapFactorypublic com.gs.collections.api.map.primitive.ImmutableByteByteMap of(byte key,
byte value)
com.gs.collections.api.factory.map.primitive.ImmutableByteByteMapFactoryImmutableByteByteMapFactory.with(byte, byte).of in interface com.gs.collections.api.factory.map.primitive.ImmutableByteByteMapFactorypublic com.gs.collections.api.map.primitive.ImmutableByteByteMap with(byte key,
byte value)
with in interface com.gs.collections.api.factory.map.primitive.ImmutableByteByteMapFactorypublic com.gs.collections.api.map.primitive.ImmutableByteByteMap ofAll(com.gs.collections.api.map.primitive.ByteByteMap map)
com.gs.collections.api.factory.map.primitive.ImmutableByteByteMapFactoryImmutableByteByteMapFactory.withAll(ByteByteMap).ofAll in interface com.gs.collections.api.factory.map.primitive.ImmutableByteByteMapFactorypublic com.gs.collections.api.map.primitive.ImmutableByteByteMap withAll(com.gs.collections.api.map.primitive.ByteByteMap map)
withAll in interface com.gs.collections.api.factory.map.primitive.ImmutableByteByteMapFactory