| 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> MutableObjectDoubleMap<K> |
MutableObjectDoubleMapFactory.empty() |
<K> MutableObjectDoubleMap<K> |
MutableObjectDoubleMapFactory.of()
|
<K> MutableObjectDoubleMap<K> |
MutableObjectDoubleMapFactory.ofAll(ObjectDoubleMap<? extends K> map)
|
<K> MutableObjectDoubleMap<K> |
MutableObjectDoubleMapFactory.with()
|
<K> MutableObjectDoubleMap<K> |
MutableObjectDoubleMapFactory.withAll(ObjectDoubleMap<? extends K> map) |
| Modifier and Type | Method and Description |
|---|---|
MutableObjectDoubleMap<K> |
MutableObjectDoubleMap.asSynchronized() |
MutableObjectDoubleMap<K> |
MutableObjectDoubleMap.asUnmodifiable() |
MutableObjectDoubleMap<K> |
MutableObjectDoubleMap.reject(ObjectDoublePredicate<? super K> predicate) |
MutableObjectDoubleMap<K> |
MutableObjectDoubleMap.select(ObjectDoublePredicate<? super K> predicate) |
MutableObjectDoubleMap<K> |
MutableObjectDoubleMap.withKeyValue(K key,
double value) |
MutableObjectDoubleMap<K> |
MutableObjectDoubleMap.withoutAllKeys(Iterable<? extends K> keys) |
MutableObjectDoubleMap<K> |
MutableObjectDoubleMap.withoutKey(K key) |
Copyright © 2004–2017. All rights reserved.