| 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> ImmutableShortObjectMap<V> |
ImmutableShortObjectMapFactory.empty() |
<V> ImmutableShortObjectMap<V> |
ImmutableShortObjectMapFactory.of()
|
<V> ImmutableShortObjectMap<V> |
ImmutableShortObjectMapFactory.of(short key,
V value)
|
<V> ImmutableShortObjectMap<V> |
ImmutableShortObjectMapFactory.ofAll(ShortObjectMap<? extends V> map)
|
<V> ImmutableShortObjectMap<V> |
ImmutableShortObjectMapFactory.with()
|
<V> ImmutableShortObjectMap<V> |
ImmutableShortObjectMapFactory.with(short key,
V value) |
<V> ImmutableShortObjectMap<V> |
ImmutableShortObjectMapFactory.withAll(ShortObjectMap<? extends V> map) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableShortObjectMap<K> |
ImmutableObjectShortMap.flipUniqueValues() |
ImmutableShortObjectMap<V> |
ImmutableShortObjectMap.newWithKeyValue(short key,
V value) |
ImmutableShortObjectMap<V> |
ImmutableShortObjectMap.newWithoutAllKeys(ShortIterable keys) |
ImmutableShortObjectMap<V> |
ImmutableShortObjectMap.newWithoutKey(short key) |
ImmutableShortObjectMap<V> |
ImmutableShortObjectMap.reject(ShortObjectPredicate<? super V> predicate) |
ImmutableShortObjectMap<V> |
ImmutableShortObjectMap.select(ShortObjectPredicate<? super V> predicate) |
ImmutableShortObjectMap<V> |
ImmutableShortObjectMap.tap(Procedure<? super V> procedure) |
ImmutableShortObjectMap<V> |
ShortObjectMap.toImmutable() |
Copyright © 2004–2017. All rights reserved.