| 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.
|
| Modifier and Type | Method and Description |
|---|---|
<K> MutableObjectByteMap<K> |
MutableObjectByteMapFactory.empty() |
<K> MutableObjectByteMap<K> |
MutableObjectByteMapFactory.of()
Same as
MutableObjectByteMapFactory.empty(). |
<K> MutableObjectByteMap<K> |
MutableObjectByteMapFactory.ofAll(ObjectByteMap<? extends K> map)
|
<K> MutableObjectByteMap<K> |
MutableObjectByteMapFactory.with()
Same as
MutableObjectByteMapFactory.empty(). |
<K> MutableObjectByteMap<K> |
MutableObjectByteMapFactory.withAll(ObjectByteMap<? extends K> map) |
| Modifier and Type | Method and Description |
|---|---|
MutableObjectByteMap<K> |
MutableObjectByteMap.asSynchronized() |
MutableObjectByteMap<K> |
MutableObjectByteMap.asUnmodifiable() |
MutableObjectByteMap<V> |
MutableByteObjectMap.flipUniqueValues() |
MutableObjectByteMap<K> |
MutableObjectByteMap.reject(ObjectBytePredicate<? super K> predicate) |
MutableObjectByteMap<K> |
MutableObjectByteMap.select(ObjectBytePredicate<? super K> predicate) |
default MutableObjectByteMap<K> |
MutableObjectByteMap.tap(ByteProcedure procedure) |
MutableObjectByteMap<K> |
MutableObjectByteMap.withKeyValue(K key,
byte value) |
MutableObjectByteMap<K> |
MutableObjectByteMap.withoutAllKeys(Iterable<? extends K> keys) |
MutableObjectByteMap<K> |
MutableObjectByteMap.withoutKey(K key) |
Copyright © 2004–2017. All rights reserved.