public class ImmutableObjectByteMapFactoryImpl extends Object implements org.eclipse.collections.api.factory.map.primitive.ImmutableObjectByteMapFactory
ImmutableObjectByteMap.
This file was automatically generated from template file immutableObjectPrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableObjectByteMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<K> org.eclipse.collections.api.map.primitive.ImmutableObjectByteMap<K> |
empty() |
<K> org.eclipse.collections.api.map.primitive.ImmutableObjectByteMap<K> |
of() |
<K> org.eclipse.collections.api.map.primitive.ImmutableObjectByteMap<K> |
of(K key,
byte value) |
<K> org.eclipse.collections.api.map.primitive.ImmutableObjectByteMap<K> |
ofAll(org.eclipse.collections.api.map.primitive.ObjectByteMap<? extends K> map) |
<K> org.eclipse.collections.api.map.primitive.ImmutableObjectByteMap<K> |
with() |
<K> org.eclipse.collections.api.map.primitive.ImmutableObjectByteMap<K> |
with(K key,
byte value) |
<K> org.eclipse.collections.api.map.primitive.ImmutableObjectByteMap<K> |
withAll(org.eclipse.collections.api.map.primitive.ObjectByteMap<? extends K> map) |
public <K> org.eclipse.collections.api.map.primitive.ImmutableObjectByteMap<K> empty()
empty in interface org.eclipse.collections.api.factory.map.primitive.ImmutableObjectByteMapFactorypublic <K> org.eclipse.collections.api.map.primitive.ImmutableObjectByteMap<K> of()
of in interface org.eclipse.collections.api.factory.map.primitive.ImmutableObjectByteMapFactorypublic <K> org.eclipse.collections.api.map.primitive.ImmutableObjectByteMap<K> with()
with in interface org.eclipse.collections.api.factory.map.primitive.ImmutableObjectByteMapFactorypublic <K> org.eclipse.collections.api.map.primitive.ImmutableObjectByteMap<K> of(K key,
byte value)
of in interface org.eclipse.collections.api.factory.map.primitive.ImmutableObjectByteMapFactorypublic <K> org.eclipse.collections.api.map.primitive.ImmutableObjectByteMap<K> with(K key,
byte value)
with in interface org.eclipse.collections.api.factory.map.primitive.ImmutableObjectByteMapFactorypublic <K> org.eclipse.collections.api.map.primitive.ImmutableObjectByteMap<K> ofAll(org.eclipse.collections.api.map.primitive.ObjectByteMap<? extends K> map)
ofAll in interface org.eclipse.collections.api.factory.map.primitive.ImmutableObjectByteMapFactorypublic <K> org.eclipse.collections.api.map.primitive.ImmutableObjectByteMap<K> withAll(org.eclipse.collections.api.map.primitive.ObjectByteMap<? extends K> map)
withAll in interface org.eclipse.collections.api.factory.map.primitive.ImmutableObjectByteMapFactoryCopyright © 2004–2018. All rights reserved.