| 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 |
|---|---|
MutableShortDoubleMap |
MutableShortDoubleMapFactory.empty() |
MutableShortDoubleMap |
MutableShortDoubleMapFactory.of()
Same as
MutableShortDoubleMapFactory.empty(). |
MutableShortDoubleMap |
MutableShortDoubleMapFactory.ofAll(ShortDoubleMap map)
|
MutableShortDoubleMap |
MutableShortDoubleMapFactory.with()
Same as
MutableShortDoubleMapFactory.empty(). |
MutableShortDoubleMap |
MutableShortDoubleMapFactory.withAll(ShortDoubleMap map) |
| Modifier and Type | Method and Description |
|---|---|
MutableShortDoubleMap |
MutableShortDoubleMap.asSynchronized() |
MutableShortDoubleMap |
MutableShortDoubleMap.asUnmodifiable() |
MutableShortDoubleMap |
MutableDoubleShortMap.flipUniqueValues() |
MutableShortDoubleMap |
MutableShortDoubleMap.reject(ShortDoublePredicate predicate) |
MutableShortDoubleMap |
MutableShortDoubleMap.select(ShortDoublePredicate predicate) |
MutableShortDoubleMap |
MutableShortDoubleMap.withKeyValue(short key,
double value) |
MutableShortDoubleMap |
MutableShortDoubleMap.withoutAllKeys(ShortIterable keys) |
MutableShortDoubleMap |
MutableShortDoubleMap.withoutKey(short key) |
Copyright © 2004–2017. All rights reserved.