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