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