public class ImmutableByteObjectMapFactoryImpl extends Object implements org.eclipse.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> org.eclipse.collections.api.map.primitive.ImmutableByteObjectMap<V> |
empty() |
<V> org.eclipse.collections.api.map.primitive.ImmutableByteObjectMap<V> |
of() |
<V> org.eclipse.collections.api.map.primitive.ImmutableByteObjectMap<V> |
of(byte key,
V value) |
<V> org.eclipse.collections.api.map.primitive.ImmutableByteObjectMap<V> |
ofAll(org.eclipse.collections.api.map.primitive.ByteObjectMap<? extends V> map) |
<V> org.eclipse.collections.api.map.primitive.ImmutableByteObjectMap<V> |
with() |
<V> org.eclipse.collections.api.map.primitive.ImmutableByteObjectMap<V> |
with(byte key,
V value) |
<V> org.eclipse.collections.api.map.primitive.ImmutableByteObjectMap<V> |
withAll(org.eclipse.collections.api.map.primitive.ByteObjectMap<? extends V> map) |
public <V> org.eclipse.collections.api.map.primitive.ImmutableByteObjectMap<V> empty()
empty in interface org.eclipse.collections.api.factory.map.primitive.ImmutableByteObjectMapFactorypublic <V> org.eclipse.collections.api.map.primitive.ImmutableByteObjectMap<V> of()
of in interface org.eclipse.collections.api.factory.map.primitive.ImmutableByteObjectMapFactorypublic <V> org.eclipse.collections.api.map.primitive.ImmutableByteObjectMap<V> with()
with in interface org.eclipse.collections.api.factory.map.primitive.ImmutableByteObjectMapFactorypublic <V> org.eclipse.collections.api.map.primitive.ImmutableByteObjectMap<V> of(byte key,
V value)
of in interface org.eclipse.collections.api.factory.map.primitive.ImmutableByteObjectMapFactorypublic <V> org.eclipse.collections.api.map.primitive.ImmutableByteObjectMap<V> with(byte key,
V value)
with in interface org.eclipse.collections.api.factory.map.primitive.ImmutableByteObjectMapFactorypublic <V> org.eclipse.collections.api.map.primitive.ImmutableByteObjectMap<V> ofAll(org.eclipse.collections.api.map.primitive.ByteObjectMap<? extends V> map)
ofAll in interface org.eclipse.collections.api.factory.map.primitive.ImmutableByteObjectMapFactorypublic <V> org.eclipse.collections.api.map.primitive.ImmutableByteObjectMap<V> withAll(org.eclipse.collections.api.map.primitive.ByteObjectMap<? extends V> map)
withAll in interface org.eclipse.collections.api.factory.map.primitive.ImmutableByteObjectMapFactoryCopyright © 2004–2018. All rights reserved.