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