| 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> MutableDoubleObjectMap<V> |
MutableDoubleObjectMapFactory.empty() |
<V> MutableDoubleObjectMap<V> |
MutableDoubleObjectMapFactory.of()
|
<V> MutableDoubleObjectMap<V> |
MutableDoubleObjectMapFactory.ofAll(DoubleObjectMap<? extends V> map)
|
<V> MutableDoubleObjectMap<V> |
MutableDoubleObjectMapFactory.with()
|
<V> MutableDoubleObjectMap<V> |
MutableDoubleObjectMapFactory.withAll(DoubleObjectMap<? extends V> map) |
| Modifier and Type | Method and Description |
|---|---|
MutableDoubleObjectMap<V> |
MutableDoubleObjectMap.asSynchronized() |
MutableDoubleObjectMap<V> |
MutableDoubleObjectMap.asUnmodifiable() |
MutableDoubleObjectMap<K> |
MutableObjectDoubleMap.flipUniqueValues() |
MutableDoubleObjectMap<V> |
MutableDoubleObjectMap.reject(DoubleObjectPredicate<? super V> predicate) |
MutableDoubleObjectMap<V> |
MutableDoubleObjectMap.select(DoubleObjectPredicate<? super V> predicate) |
MutableDoubleObjectMap<V> |
MutableDoubleObjectMap.tap(Procedure<? super V> procedure) |
MutableDoubleObjectMap<V> |
MutableDoubleObjectMap.withKeyValue(double key,
V value) |
MutableDoubleObjectMap<V> |
MutableDoubleObjectMap.withoutAllKeys(DoubleIterable keys) |
MutableDoubleObjectMap<V> |
MutableDoubleObjectMap.withoutKey(double key) |
Copyright © 2004–2017. All rights reserved.