public class ImmutableByteShortMapFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.map.primitive.ImmutableByteShortMapFactory
ImmutableByteShortMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableByteShortMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.map.primitive.ImmutableByteShortMap |
empty() |
com.gs.collections.api.map.primitive.ImmutableByteShortMap |
of()
Same as
ImmutableByteShortMapFactory.empty(). |
com.gs.collections.api.map.primitive.ImmutableByteShortMap |
of(byte key,
short value)
Same as
ImmutableByteShortMapFactory.with(byte, short). |
com.gs.collections.api.map.primitive.ImmutableByteShortMap |
ofAll(com.gs.collections.api.map.primitive.ByteShortMap map)
Same as
ImmutableByteShortMapFactory.withAll(ByteShortMap). |
com.gs.collections.api.map.primitive.ImmutableByteShortMap |
with()
Same as
ImmutableByteShortMapFactory.empty(). |
com.gs.collections.api.map.primitive.ImmutableByteShortMap |
with(byte key,
short value) |
com.gs.collections.api.map.primitive.ImmutableByteShortMap |
withAll(com.gs.collections.api.map.primitive.ByteShortMap map) |
public com.gs.collections.api.map.primitive.ImmutableByteShortMap empty()
empty in interface com.gs.collections.api.factory.map.primitive.ImmutableByteShortMapFactorypublic com.gs.collections.api.map.primitive.ImmutableByteShortMap of()
com.gs.collections.api.factory.map.primitive.ImmutableByteShortMapFactoryImmutableByteShortMapFactory.empty().of in interface com.gs.collections.api.factory.map.primitive.ImmutableByteShortMapFactorypublic com.gs.collections.api.map.primitive.ImmutableByteShortMap with()
com.gs.collections.api.factory.map.primitive.ImmutableByteShortMapFactoryImmutableByteShortMapFactory.empty().with in interface com.gs.collections.api.factory.map.primitive.ImmutableByteShortMapFactorypublic com.gs.collections.api.map.primitive.ImmutableByteShortMap of(byte key,
short value)
com.gs.collections.api.factory.map.primitive.ImmutableByteShortMapFactoryImmutableByteShortMapFactory.with(byte, short).of in interface com.gs.collections.api.factory.map.primitive.ImmutableByteShortMapFactorypublic com.gs.collections.api.map.primitive.ImmutableByteShortMap with(byte key,
short value)
with in interface com.gs.collections.api.factory.map.primitive.ImmutableByteShortMapFactorypublic com.gs.collections.api.map.primitive.ImmutableByteShortMap ofAll(com.gs.collections.api.map.primitive.ByteShortMap map)
com.gs.collections.api.factory.map.primitive.ImmutableByteShortMapFactoryImmutableByteShortMapFactory.withAll(ByteShortMap).ofAll in interface com.gs.collections.api.factory.map.primitive.ImmutableByteShortMapFactorypublic com.gs.collections.api.map.primitive.ImmutableByteShortMap withAll(com.gs.collections.api.map.primitive.ByteShortMap map)
withAll in interface com.gs.collections.api.factory.map.primitive.ImmutableByteShortMapFactory