| 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 |
|---|---|
ImmutableLongByteMap |
ImmutableLongByteMapFactory.empty() |
ImmutableLongByteMap |
ImmutableLongByteMapFactory.of()
Same as
ImmutableLongByteMapFactory.empty(). |
ImmutableLongByteMap |
ImmutableLongByteMapFactory.of(long key,
byte value)
|
ImmutableLongByteMap |
ImmutableLongByteMapFactory.ofAll(LongByteMap map)
|
ImmutableLongByteMap |
ImmutableLongByteMapFactory.with()
Same as
ImmutableLongByteMapFactory.empty(). |
ImmutableLongByteMap |
ImmutableLongByteMapFactory.with(long key,
byte value) |
ImmutableLongByteMap |
ImmutableLongByteMapFactory.withAll(LongByteMap map) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableLongByteMap |
ImmutableByteLongMap.flipUniqueValues() |
ImmutableLongByteMap |
ImmutableLongByteMap.newWithKeyValue(long key,
byte value) |
ImmutableLongByteMap |
ImmutableLongByteMap.newWithoutAllKeys(LongIterable keys) |
ImmutableLongByteMap |
ImmutableLongByteMap.newWithoutKey(long key) |
ImmutableLongByteMap |
ImmutableLongByteMap.reject(LongBytePredicate predicate) |
ImmutableLongByteMap |
ImmutableLongByteMap.select(LongBytePredicate predicate) |
ImmutableLongByteMap |
LongByteMap.toImmutable() |
Copyright © 2004–2017. All rights reserved.