| 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 |
|---|---|
<V> MutableShortObjectMap<V> |
MutableShortObjectMapFactory.empty() |
<V> MutableShortObjectMap<V> |
MutableShortObjectMapFactory.of()
Same as
MutableShortObjectMapFactory.empty(). |
<V> MutableShortObjectMap<V> |
MutableShortObjectMapFactory.ofAll(ShortObjectMap<? extends V> map)
|
<V> MutableShortObjectMap<V> |
MutableShortObjectMapFactory.with()
Same as
MutableShortObjectMapFactory.empty(). |
<V> MutableShortObjectMap<V> |
MutableShortObjectMapFactory.withAll(ShortObjectMap<? extends V> map) |
| Modifier and Type | Method and Description |
|---|---|
MutableShortObjectMap<V> |
MutableShortObjectMap.asSynchronized() |
MutableShortObjectMap<V> |
MutableShortObjectMap.asUnmodifiable() |
MutableShortObjectMap<K> |
MutableObjectShortMap.flipUniqueValues() |
MutableShortObjectMap<V> |
MutableShortObjectMap.reject(ShortObjectPredicate<? super V> predicate) |
MutableShortObjectMap<V> |
MutableShortObjectMap.select(ShortObjectPredicate<? super V> predicate) |
MutableShortObjectMap<V> |
MutableShortObjectMap.tap(Procedure<? super V> procedure) |
MutableShortObjectMap<V> |
MutableShortObjectMap.withKeyValue(short key,
V value) |
MutableShortObjectMap<V> |
MutableShortObjectMap.withoutAllKeys(ShortIterable keys) |
MutableShortObjectMap<V> |
MutableShortObjectMap.withoutKey(short key) |
Copyright © 2004–2017. All rights reserved.