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.mutable.primitive |
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
Modifier and Type | Method | Description |
---|---|---|
<V> MutableByteObjectMap<V> |
MutableByteObjectMapFactory.empty() |
|
<V> MutableByteObjectMap<V> |
MutableByteObjectMapFactory.of() |
Same as
MutableByteObjectMapFactory.empty() . |
<V> MutableByteObjectMap<V> |
MutableByteObjectMapFactory.ofAll(ByteObjectMap<? extends V> map) |
|
<V> MutableByteObjectMap<V> |
MutableByteObjectMapFactory.with() |
Same as
MutableByteObjectMapFactory.empty() . |
<V> MutableByteObjectMap<V> |
MutableByteObjectMapFactory.withAll(ByteObjectMap<? extends V> map) |
Modifier and Type | Method | Description |
---|---|---|
MutableByteObjectMap<V> |
MutableByteObjectMap.asSynchronized() |
|
MutableByteObjectMap<V> |
MutableByteObjectMap.asUnmodifiable() |
|
MutableByteObjectMap<K> |
MutableObjectByteMap.flipUniqueValues() |
|
MutableByteObjectMap<V> |
MutableByteObjectMap.reject(ByteObjectPredicate<? super V> predicate) |
|
MutableByteObjectMap<V> |
MutableByteObjectMap.select(ByteObjectPredicate<? super V> predicate) |
|
MutableByteObjectMap<V> |
MutableByteObjectMap.tap(Procedure<? super V> procedure) |
|
MutableByteObjectMap<V> |
MutableByteObjectMap.withKeyValue(byte key,
V value) |
|
MutableByteObjectMap<V> |
MutableByteObjectMap.withoutAllKeys(ByteIterable keys) |
|
MutableByteObjectMap<V> |
MutableByteObjectMap.withoutKey(byte key) |
Modifier and Type | Class | Description |
---|---|---|
class |
ByteObjectHashMap<V> |
This file was automatically generated from template file primitiveObjectHashMap.stg.
|
class |
SynchronizedByteObjectMap<V> |
A synchronized view of a
MutableByteObjectMap . |
class |
UnmodifiableByteObjectMap<V> |
This file was automatically generated from template file unmodifiablePrimitiveObjectMap.stg.
|
Modifier and Type | Method | Description |
---|---|---|
MutableByteObjectMap<V> |
ByteObjectHashMap.asSynchronized() |
|
MutableByteObjectMap<V> |
SynchronizedByteObjectMap.asSynchronized() |
|
MutableByteObjectMap<V> |
UnmodifiableByteObjectMap.asSynchronized() |
|
MutableByteObjectMap<V> |
ByteObjectHashMap.asUnmodifiable() |
|
MutableByteObjectMap<V> |
SynchronizedByteObjectMap.asUnmodifiable() |
|
MutableByteObjectMap<V> |
UnmodifiableByteObjectMap.asUnmodifiable() |
|
<V> MutableByteObjectMap<V> |
MutableByteObjectMapFactoryImpl.empty() |
|
MutableByteObjectMap<K> |
ObjectByteHashMap.flipUniqueValues() |
|
MutableByteObjectMap<K> |
ObjectByteHashMapWithHashingStrategy.flipUniqueValues() |
|
MutableByteObjectMap<K> |
SynchronizedObjectByteMap.flipUniqueValues() |
|
MutableByteObjectMap<K> |
UnmodifiableObjectByteMap.flipUniqueValues() |
|
<V> MutableByteObjectMap<V> |
MutableByteObjectMapFactoryImpl.of() |
|
<V> MutableByteObjectMap<V> |
MutableByteObjectMapFactoryImpl.ofAll(ByteObjectMap<? extends V> map) |
|
MutableByteObjectMap<V> |
SynchronizedByteObjectMap.reject(ByteObjectPredicate<? super V> predicate) |
|
MutableByteObjectMap<V> |
UnmodifiableByteObjectMap.reject(ByteObjectPredicate<? super V> predicate) |
|
MutableByteObjectMap<V> |
SynchronizedByteObjectMap.select(ByteObjectPredicate<? super V> predicate) |
|
MutableByteObjectMap<V> |
UnmodifiableByteObjectMap.select(ByteObjectPredicate<? super V> predicate) |
|
MutableByteObjectMap<V> |
SynchronizedByteObjectMap.tap(Procedure<? super V> procedure) |
|
MutableByteObjectMap<V> |
UnmodifiableByteObjectMap.tap(Procedure<? super V> procedure) |
|
<V> MutableByteObjectMap<V> |
MutableByteObjectMapFactoryImpl.with() |
|
<V> MutableByteObjectMap<V> |
MutableByteObjectMapFactoryImpl.withAll(ByteObjectMap<? extends V> map) |
|
MutableByteObjectMap<V> |
SynchronizedByteObjectMap.withKeyValue(byte key,
V value) |
|
MutableByteObjectMap<V> |
UnmodifiableByteObjectMap.withKeyValue(byte key,
V value) |
|
MutableByteObjectMap<V> |
ByteObjectHashMap.withoutAllKeys(ByteIterable keys) |
|
MutableByteObjectMap<V> |
SynchronizedByteObjectMap.withoutAllKeys(ByteIterable keys) |
|
MutableByteObjectMap<V> |
UnmodifiableByteObjectMap.withoutAllKeys(ByteIterable keys) |
|
MutableByteObjectMap<V> |
ByteObjectHashMap.withoutKey(byte key) |
|
MutableByteObjectMap<V> |
SynchronizedByteObjectMap.withoutKey(byte key) |
|
MutableByteObjectMap<V> |
UnmodifiableByteObjectMap.withoutKey(byte key) |
Constructor | Description |
---|---|
SynchronizedByteObjectMap(MutableByteObjectMap<V> map) |
|
SynchronizedByteObjectMap(MutableByteObjectMap<V> map,
java.lang.Object newLock) |
|
UnmodifiableByteObjectMap(MutableByteObjectMap<V> map) |
Copyright © 2004–2018. All rights reserved.