| 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 |
|---|---|
MutableLongIntMap |
MutableLongIntMapFactory.empty() |
MutableLongIntMap |
MutableLongIntMapFactory.of()
Same as
MutableLongIntMapFactory.empty(). |
MutableLongIntMap |
MutableLongIntMapFactory.ofAll(LongIntMap map)
|
MutableLongIntMap |
MutableLongIntMapFactory.with()
Same as
MutableLongIntMapFactory.empty(). |
MutableLongIntMap |
MutableLongIntMapFactory.withAll(LongIntMap map) |
| Modifier and Type | Method and Description |
|---|---|
MutableLongIntMap |
MutableLongIntMap.asSynchronized() |
MutableLongIntMap |
MutableLongIntMap.asUnmodifiable() |
MutableLongIntMap |
MutableIntLongMap.flipUniqueValues() |
MutableLongIntMap |
MutableLongIntMap.reject(LongIntPredicate predicate) |
MutableLongIntMap |
MutableLongIntMap.select(LongIntPredicate predicate) |
MutableLongIntMap |
MutableLongIntMap.withKeyValue(long key,
int value) |
MutableLongIntMap |
MutableLongIntMap.withoutAllKeys(LongIterable keys) |
MutableLongIntMap |
MutableLongIntMap.withoutKey(long key) |
Copyright © 2004–2017. All rights reserved.