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