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