| 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 |
|---|---|
ImmutableLongIntMap |
ImmutableLongIntMapFactory.empty() |
ImmutableLongIntMap |
ImmutableLongIntMapFactory.of()
Same as
ImmutableLongIntMapFactory.empty(). |
ImmutableLongIntMap |
ImmutableLongIntMapFactory.of(long key,
int value)
|
ImmutableLongIntMap |
ImmutableLongIntMapFactory.ofAll(LongIntMap map)
|
ImmutableLongIntMap |
ImmutableLongIntMapFactory.with()
Same as
ImmutableLongIntMapFactory.empty(). |
ImmutableLongIntMap |
ImmutableLongIntMapFactory.with(long key,
int value) |
ImmutableLongIntMap |
ImmutableLongIntMapFactory.withAll(LongIntMap map) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableLongIntMap |
ImmutableIntLongMap.flipUniqueValues() |
ImmutableLongIntMap |
ImmutableLongIntMap.newWithKeyValue(long key,
int value) |
ImmutableLongIntMap |
ImmutableLongIntMap.newWithoutAllKeys(LongIterable keys) |
ImmutableLongIntMap |
ImmutableLongIntMap.newWithoutKey(long key) |
ImmutableLongIntMap |
ImmutableLongIntMap.reject(LongIntPredicate predicate) |
ImmutableLongIntMap |
ImmutableLongIntMap.select(LongIntPredicate predicate) |
ImmutableLongIntMap |
LongIntMap.toImmutable() |
Copyright © 2004–2017. All rights reserved.