| 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 |
|---|---|
MutableShortLongMap |
MutableShortLongMapFactory.empty() |
MutableShortLongMap |
MutableShortLongMapFactory.of()
Same as
MutableShortLongMapFactory.empty(). |
MutableShortLongMap |
MutableShortLongMapFactory.ofAll(ShortLongMap map)
|
MutableShortLongMap |
MutableShortLongMapFactory.with()
Same as
MutableShortLongMapFactory.empty(). |
MutableShortLongMap |
MutableShortLongMapFactory.withAll(ShortLongMap map) |
| Modifier and Type | Method and Description |
|---|---|
MutableShortLongMap |
MutableShortLongMap.asSynchronized() |
MutableShortLongMap |
MutableShortLongMap.asUnmodifiable() |
MutableShortLongMap |
MutableLongShortMap.flipUniqueValues() |
MutableShortLongMap |
MutableShortLongMap.reject(ShortLongPredicate predicate) |
MutableShortLongMap |
MutableShortLongMap.select(ShortLongPredicate predicate) |
MutableShortLongMap |
MutableShortLongMap.withKeyValue(short key,
long value) |
MutableShortLongMap |
MutableShortLongMap.withoutAllKeys(ShortIterable keys) |
MutableShortLongMap |
MutableShortLongMap.withoutKey(short key) |
Copyright © 2004–2017. All rights reserved.