| 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() |
MutableShortShortMap |
MutableShortShortMapFactory.of()
Same as
MutableShortShortMapFactory.empty(). |
MutableShortShortMap |
MutableShortShortMapFactory.ofAll(ShortShortMap map)
|
MutableShortShortMap |
MutableShortShortMapFactory.with()
Same as
MutableShortShortMapFactory.empty(). |
MutableShortShortMap |
MutableShortShortMapFactory.withAll(ShortShortMap map) |
| 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) |
MutableShortShortMap |
MutableShortShortMap.withKeyValue(short key,
short value) |
MutableShortShortMap |
MutableShortShortMap.withoutAllKeys(ShortIterable keys) |
MutableShortShortMap |
MutableShortShortMap.withoutKey(short key) |
Copyright © 2004–2017. All rights reserved.