| 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 |
|---|---|
MutableLongByteMap |
MutableLongByteMapFactory.empty() |
MutableLongByteMap |
MutableLongByteMapFactory.of()
Same as
MutableLongByteMapFactory.empty(). |
MutableLongByteMap |
MutableLongByteMapFactory.ofAll(LongByteMap map)
|
MutableLongByteMap |
MutableLongByteMapFactory.with()
Same as
MutableLongByteMapFactory.empty(). |
MutableLongByteMap |
MutableLongByteMapFactory.withAll(LongByteMap map) |
| Modifier and Type | Method and Description |
|---|---|
MutableLongByteMap |
MutableLongByteMap.asSynchronized() |
MutableLongByteMap |
MutableLongByteMap.asUnmodifiable() |
MutableLongByteMap |
MutableByteLongMap.flipUniqueValues() |
MutableLongByteMap |
MutableLongByteMap.reject(LongBytePredicate predicate) |
MutableLongByteMap |
MutableLongByteMap.select(LongBytePredicate predicate) |
MutableLongByteMap |
MutableLongByteMap.withKeyValue(long key,
byte value) |
MutableLongByteMap |
MutableLongByteMap.withoutAllKeys(LongIterable keys) |
MutableLongByteMap |
MutableLongByteMap.withoutKey(long key) |
Copyright © 2004–2017. All rights reserved.