| 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 |
|---|---|
MutableShortShortMap |
MutableShortShortMapFactory.empty() |
<T> MutableShortShortMap |
MutableShortShortMapFactory.from(Iterable<T> iterable,
ShortFunction<? super T> keyFunction,
ShortFunction<? super T> valueFunction)
Creates an
MutableShortShortMap from an Iterable<T> by applying keyFunction and valueFunction. |
MutableShortShortMap |
MutableShortShortMapFactory.of()
Same as
MutableShortShortMapFactory.empty(). |
MutableShortShortMap |
MutableShortShortMapFactory.ofAll(ShortShortMap map)
|
MutableShortShortMap |
MutableShortShortMapFactory.ofInitialCapacity(int capacity)
Same as
MutableShortShortMapFactory.empty(). |
MutableShortShortMap |
MutableShortShortMapFactory.with()
Same as
MutableShortShortMapFactory.empty(). |
MutableShortShortMap |
MutableShortShortMapFactory.withAll(ShortShortMap map) |
MutableShortShortMap |
MutableShortShortMapFactory.withInitialCapacity(int capacity)
Same as
MutableShortShortMapFactory.empty(). |
| Modifier and Type | Method and Description |
|---|---|
MutableShortShortMap |
MutableShortShortMap.asSynchronized() |
MutableShortShortMap |
MutableShortShortMap.asUnmodifiable() |
MutableShortShortMap |
MutableShortShortMap.flipUniqueValues() |
MutableShortShortMap |
MutableShortShortMap.reject(ShortShortPredicate predicate) |
MutableShortShortMap |
MutableShortShortMap.select(ShortShortPredicate predicate) |
default MutableShortShortMap |
MutableShortShortMap.withAllKeyValues(Iterable<ShortShortPair> keyValuePairs) |
MutableShortShortMap |
MutableShortShortMap.withKeyValue(short key,
short value) |
MutableShortShortMap |
MutableShortShortMap.withoutAllKeys(ShortIterable keys) |
MutableShortShortMap |
MutableShortShortMap.withoutKey(short key) |
Copyright © 2004–2019. All rights reserved.