| 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> MutableObjectLongMap<K> |
MutableObjectLongMapFactory.empty() |
<K> MutableObjectLongMap<K> |
MutableObjectLongMapFactory.of()
Same as
MutableObjectLongMapFactory.empty(). |
<K> MutableObjectLongMap<K> |
MutableObjectLongMapFactory.ofAll(ObjectLongMap<? extends K> map)
|
<K> MutableObjectLongMap<K> |
MutableObjectLongMapFactory.with()
Same as
MutableObjectLongMapFactory.empty(). |
<K> MutableObjectLongMap<K> |
MutableObjectLongMapFactory.withAll(ObjectLongMap<? extends K> map) |
| Modifier and Type | Method and Description |
|---|---|
MutableObjectLongMap<K> |
MutableObjectLongMap.asSynchronized() |
MutableObjectLongMap<K> |
MutableObjectLongMap.asUnmodifiable() |
MutableObjectLongMap<K> |
MutableObjectLongMap.reject(ObjectLongPredicate<? super K> predicate) |
MutableObjectLongMap<K> |
MutableObjectLongMap.select(ObjectLongPredicate<? super K> predicate) |
MutableObjectLongMap<K> |
MutableObjectLongMap.withKeyValue(K key,
long value) |
MutableObjectLongMap<K> |
MutableObjectLongMap.withoutAllKeys(Iterable<? extends K> keys) |
MutableObjectLongMap<K> |
MutableObjectLongMap.withoutKey(K key) |
Copyright © 2004–2017. All rights reserved.