Package | Description |
---|---|
org.eclipse.collections.api.factory.map.primitive | |
org.eclipse.collections.api.map.primitive |
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
|
org.eclipse.collections.impl.map.immutable.primitive |
This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
org.eclipse.collections.impl.map.mutable.primitive |
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
Modifier and Type | Method and Description |
---|---|
<K> ImmutableObjectByteMap<K> |
ImmutableObjectByteMapFactory.empty() |
<K> ImmutableObjectByteMap<K> |
ImmutableObjectByteMapFactory.of()
|
<K> ImmutableObjectByteMap<K> |
ImmutableObjectByteMapFactory.of(K key,
byte value)
|
<K> ImmutableObjectByteMap<K> |
ImmutableObjectByteMapFactory.ofAll(ObjectByteMap<? extends K> map)
|
<K> ImmutableObjectByteMap<K> |
ImmutableObjectByteMapFactory.with()
|
<K> ImmutableObjectByteMap<K> |
ImmutableObjectByteMapFactory.with(K key,
byte value) |
<K> ImmutableObjectByteMap<K> |
ImmutableObjectByteMapFactory.withAll(ObjectByteMap<? extends K> map) |
Modifier and Type | Method and Description |
---|---|
ImmutableObjectByteMap<K> |
ImmutableObjectByteMap.newWithKeyValue(K key,
byte value) |
ImmutableObjectByteMap<K> |
ImmutableObjectByteMap.newWithoutAllKeys(Iterable<? extends K> keys) |
ImmutableObjectByteMap<K> |
ImmutableObjectByteMap.newWithoutKey(K key) |
ImmutableObjectByteMap<K> |
ImmutableObjectByteMap.reject(ObjectBytePredicate<? super K> predicate) |
ImmutableObjectByteMap<K> |
ImmutableObjectByteMap.select(ObjectBytePredicate<? super K> predicate) |
ImmutableObjectByteMap<K> |
ObjectByteMap.toImmutable() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractImmutableObjectByteMap<V>
This file was automatically generated from template file abstractImmutableObjectPrimitiveMap.stg.
|
Modifier and Type | Method and Description |
---|---|
<K> ImmutableObjectByteMap<K> |
ImmutableObjectByteMapFactoryImpl.empty() |
<K> ImmutableObjectByteMap<K> |
ImmutableObjectByteMapFactoryImpl.of() |
<K> ImmutableObjectByteMap<K> |
ImmutableObjectByteMapFactoryImpl.of(K key,
byte value) |
<K> ImmutableObjectByteMap<K> |
ImmutableObjectByteMapFactoryImpl.ofAll(ObjectByteMap<? extends K> map) |
<K> ImmutableObjectByteMap<K> |
ImmutableObjectByteMapFactoryImpl.with() |
<K> ImmutableObjectByteMap<K> |
ImmutableObjectByteMapFactoryImpl.with(K key,
byte value) |
<K> ImmutableObjectByteMap<K> |
ImmutableObjectByteMapFactoryImpl.withAll(ObjectByteMap<? extends K> map) |
Modifier and Type | Method and Description |
---|---|
ImmutableObjectByteMap<K> |
ObjectByteHashMapWithHashingStrategy.toImmutable() |
ImmutableObjectByteMap<K> |
SynchronizedObjectByteMap.toImmutable() |
ImmutableObjectByteMap<K> |
UnmodifiableObjectByteMap.toImmutable() |
ImmutableObjectByteMap<K> |
ObjectByteHashMap.toImmutable() |
Copyright © 2004–2016. All rights reserved.