| 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> ImmutableLongObjectMap<V> |
ImmutableLongObjectMapFactory.empty() |
<V> ImmutableLongObjectMap<V> |
ImmutableLongObjectMapFactory.of()
|
<V> ImmutableLongObjectMap<V> |
ImmutableLongObjectMapFactory.of(long key,
V value)
|
<V> ImmutableLongObjectMap<V> |
ImmutableLongObjectMapFactory.ofAll(LongObjectMap<? extends V> map)
|
<V> ImmutableLongObjectMap<V> |
ImmutableLongObjectMapFactory.with()
|
<V> ImmutableLongObjectMap<V> |
ImmutableLongObjectMapFactory.with(long key,
V value) |
<V> ImmutableLongObjectMap<V> |
ImmutableLongObjectMapFactory.withAll(LongObjectMap<? extends V> map) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableLongObjectMap<K> |
ImmutableObjectLongMap.flipUniqueValues() |
ImmutableLongObjectMap<V> |
ImmutableLongObjectMap.newWithKeyValue(long key,
V value) |
ImmutableLongObjectMap<V> |
ImmutableLongObjectMap.newWithoutAllKeys(LongIterable keys) |
ImmutableLongObjectMap<V> |
ImmutableLongObjectMap.newWithoutKey(long key) |
ImmutableLongObjectMap<V> |
ImmutableLongObjectMap.reject(LongObjectPredicate<? super V> predicate) |
ImmutableLongObjectMap<V> |
ImmutableLongObjectMap.select(LongObjectPredicate<? super V> predicate) |
ImmutableLongObjectMap<V> |
ImmutableLongObjectMap.tap(Procedure<? super V> procedure) |
ImmutableLongObjectMap<V> |
LongObjectMap.toImmutable() |
Copyright © 2004–2017. All rights reserved.