public class ImmutableByteObjectMapFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.map.primitive.ImmutableByteObjectMapFactory
ImmutableByteObjectMap.
This file was automatically generated from template file immutablePrimitiveObjectMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableByteObjectMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<V> com.gs.collections.api.map.primitive.ImmutableByteObjectMap<V> |
of()
Same as
ImmutableByteObjectMapFactory.with(). |
<V> com.gs.collections.api.map.primitive.ImmutableByteObjectMap<V> |
of(byte key,
V value)
Same as
ImmutableByteObjectMapFactory.with(byte, Object). |
<V> com.gs.collections.api.map.primitive.ImmutableByteObjectMap<V> |
ofAll(com.gs.collections.api.map.primitive.ByteObjectMap<? extends V> map)
Same as
ImmutableByteObjectMapFactory.withAll(ByteObjectMap). |
<V> com.gs.collections.api.map.primitive.ImmutableByteObjectMap<V> |
with() |
<V> com.gs.collections.api.map.primitive.ImmutableByteObjectMap<V> |
with(byte key,
V value) |
<V> com.gs.collections.api.map.primitive.ImmutableByteObjectMap<V> |
withAll(com.gs.collections.api.map.primitive.ByteObjectMap<? extends V> map) |
public <V> com.gs.collections.api.map.primitive.ImmutableByteObjectMap<V> of()
com.gs.collections.api.factory.map.primitive.ImmutableByteObjectMapFactoryImmutableByteObjectMapFactory.with().of in interface com.gs.collections.api.factory.map.primitive.ImmutableByteObjectMapFactorypublic <V> com.gs.collections.api.map.primitive.ImmutableByteObjectMap<V> with()
with in interface com.gs.collections.api.factory.map.primitive.ImmutableByteObjectMapFactorypublic <V> com.gs.collections.api.map.primitive.ImmutableByteObjectMap<V> of(byte key,
V value)
com.gs.collections.api.factory.map.primitive.ImmutableByteObjectMapFactoryImmutableByteObjectMapFactory.with(byte, Object).of in interface com.gs.collections.api.factory.map.primitive.ImmutableByteObjectMapFactorypublic <V> com.gs.collections.api.map.primitive.ImmutableByteObjectMap<V> with(byte key,
V value)
with in interface com.gs.collections.api.factory.map.primitive.ImmutableByteObjectMapFactorypublic <V> com.gs.collections.api.map.primitive.ImmutableByteObjectMap<V> ofAll(com.gs.collections.api.map.primitive.ByteObjectMap<? extends V> map)
com.gs.collections.api.factory.map.primitive.ImmutableByteObjectMapFactoryImmutableByteObjectMapFactory.withAll(ByteObjectMap).ofAll in interface com.gs.collections.api.factory.map.primitive.ImmutableByteObjectMapFactorypublic <V> com.gs.collections.api.map.primitive.ImmutableByteObjectMap<V> withAll(com.gs.collections.api.map.primitive.ByteObjectMap<? extends V> map)
withAll in interface com.gs.collections.api.factory.map.primitive.ImmutableByteObjectMapFactory