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