| 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 |
|---|---|
MutableByteByteMap |
MutableByteByteMapFactory.empty() |
MutableByteByteMap |
MutableByteByteMapFactory.of()
Same as
MutableByteByteMapFactory.empty(). |
MutableByteByteMap |
MutableByteByteMapFactory.ofAll(ByteByteMap map)
|
MutableByteByteMap |
MutableByteByteMapFactory.with()
Same as
MutableByteByteMapFactory.empty(). |
MutableByteByteMap |
MutableByteByteMapFactory.withAll(ByteByteMap map) |
| Modifier and Type | Method and Description |
|---|---|
MutableByteByteMap |
MutableByteByteMap.asSynchronized() |
MutableByteByteMap |
MutableByteByteMap.asUnmodifiable() |
MutableByteByteMap |
MutableByteByteMap.flipUniqueValues() |
MutableByteByteMap |
MutableByteByteMap.reject(ByteBytePredicate predicate) |
MutableByteByteMap |
MutableByteByteMap.select(ByteBytePredicate predicate) |
MutableByteByteMap |
MutableByteByteMap.withKeyValue(byte key,
byte value) |
MutableByteByteMap |
MutableByteByteMap.withoutAllKeys(ByteIterable keys) |
MutableByteByteMap |
MutableByteByteMap.withoutKey(byte key) |
Copyright © 2004–2017. All rights reserved.