| 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> ImmutableObjectIntMap<K> |
ImmutableObjectIntMapFactory.empty() |
<K> ImmutableObjectIntMap<K> |
ImmutableObjectIntMapFactory.of()
Same as
ImmutableObjectIntMapFactory.empty(). |
<K> ImmutableObjectIntMap<K> |
ImmutableObjectIntMapFactory.of(K key,
int value)
|
<K> ImmutableObjectIntMap<K> |
ImmutableObjectIntMapFactory.ofAll(ObjectIntMap<? extends K> map)
|
<K> ImmutableObjectIntMap<K> |
ImmutableObjectIntMapFactory.with()
Same as
ImmutableObjectIntMapFactory.empty(). |
<K> ImmutableObjectIntMap<K> |
ImmutableObjectIntMapFactory.with(K key,
int value) |
<K> ImmutableObjectIntMap<K> |
ImmutableObjectIntMapFactory.withAll(ObjectIntMap<? extends K> map) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableObjectIntMap<V> |
ImmutableIntObjectMap.flipUniqueValues() |
ImmutableObjectIntMap<K> |
ImmutableObjectIntMap.newWithKeyValue(K key,
int value) |
ImmutableObjectIntMap<K> |
ImmutableObjectIntMap.newWithoutAllKeys(Iterable<? extends K> keys) |
ImmutableObjectIntMap<K> |
ImmutableObjectIntMap.newWithoutKey(K key) |
ImmutableObjectIntMap<K> |
ImmutableObjectIntMap.reject(ObjectIntPredicate<? super K> predicate) |
ImmutableObjectIntMap<K> |
ImmutableObjectIntMap.select(ObjectIntPredicate<? super K> predicate) |
default ImmutableObjectIntMap<K> |
ImmutableObjectIntMap.tap(IntProcedure procedure) |
ImmutableObjectIntMap<K> |
ObjectIntMap.toImmutable() |
Copyright © 2004–2017. All rights reserved.