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.ofAll(ObjectByteMap<? extends K> map)
|
<K> MutableObjectByteMap<K> |
MutableObjectByteMapFactory.ofAll(ObjectByteMap<? extends K> map)
|
<K> ImmutableObjectByteMap<K> |
ImmutableObjectByteMapFactory.withAll(ObjectByteMap<? extends K> map) |
<K> MutableObjectByteMap<K> |
MutableObjectByteMapFactory.withAll(ObjectByteMap<? extends K> map) |
Modifier and Type | Interface and Description |
---|---|
interface |
ImmutableObjectByteMap<K>
This file was automatically generated from template file immutableObjectPrimitiveMap.stg.
|
interface |
MutableObjectByteMap<K>
This file was automatically generated from template file mutableObjectPrimitiveMap.stg.
|
Modifier and Type | Method and Description |
---|---|
ObjectByteMap<K> |
ObjectByteMap.reject(ObjectBytePredicate<? super K> predicate) |
ObjectByteMap<K> |
ObjectByteMap.select(ObjectBytePredicate<? super K> predicate) |
Modifier and Type | Method and Description |
---|---|
void |
MutableObjectByteMap.putAll(ObjectByteMap<? extends K> map) |
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.ofAll(ObjectByteMap<? extends K> map) |
<K> ImmutableObjectByteMap<K> |
ImmutableObjectByteMapFactoryImpl.withAll(ObjectByteMap<? extends K> map) |
Modifier and Type | Class and Description |
---|---|
class |
ObjectByteHashMap<K>
This file was automatically generated from template file objectPrimitiveHashMap.stg.
|
class |
ObjectByteHashMapWithHashingStrategy<K>
This file was automatically generated from template file objectPrimitiveHashMapWithHashingStrategy.stg.
|
class |
SynchronizedObjectByteMap<K>
A synchronized view of a
MutableObjectByteMap . |
class |
UnmodifiableObjectByteMap<K>
This file was automatically generated from template file unmodifiableObjectPrimitiveMap.stg.
|
Modifier and Type | Method and Description |
---|---|
static <K> ObjectByteHashMapWithHashingStrategy<K> |
ObjectByteHashMapWithHashingStrategy.newMap(HashingStrategy<? super K> hashingStrategy,
ObjectByteMap<K> map) |
<K> MutableObjectByteMap<K> |
MutableObjectByteMapFactoryImpl.ofAll(ObjectByteMap<? extends K> map) |
void |
ObjectByteHashMapWithHashingStrategy.putAll(ObjectByteMap<? extends K> map) |
void |
SynchronizedObjectByteMap.putAll(ObjectByteMap<? extends K> map) |
void |
UnmodifiableObjectByteMap.putAll(ObjectByteMap<? extends K> map) |
void |
ObjectByteHashMap.putAll(ObjectByteMap<? extends K> map) |
<K> MutableObjectByteMap<K> |
MutableObjectByteMapFactoryImpl.withAll(ObjectByteMap<? extends K> map) |
Constructor and Description |
---|
ObjectByteHashMap(ObjectByteMap<? extends K> map) |
ObjectByteHashMapWithHashingStrategy(HashingStrategy<? super K> hashingStrategy,
ObjectByteMap<? extends K> map) |
Copyright © 2004–2016. All rights reserved.