| 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> ImmutableDoubleObjectMap<V> |
ImmutableDoubleObjectMapFactory.empty() |
<V> ImmutableDoubleObjectMap<V> |
ImmutableDoubleObjectMapFactory.of()
|
<V> ImmutableDoubleObjectMap<V> |
ImmutableDoubleObjectMapFactory.of(double key,
V value)
|
<V> ImmutableDoubleObjectMap<V> |
ImmutableDoubleObjectMapFactory.ofAll(DoubleObjectMap<? extends V> map)
|
<V> ImmutableDoubleObjectMap<V> |
ImmutableDoubleObjectMapFactory.with()
|
<V> ImmutableDoubleObjectMap<V> |
ImmutableDoubleObjectMapFactory.with(double key,
V value) |
<V> ImmutableDoubleObjectMap<V> |
ImmutableDoubleObjectMapFactory.withAll(DoubleObjectMap<? extends V> map) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableDoubleObjectMap<K> |
ImmutableObjectDoubleMap.flipUniqueValues() |
ImmutableDoubleObjectMap<V> |
ImmutableDoubleObjectMap.newWithKeyValue(double key,
V value) |
ImmutableDoubleObjectMap<V> |
ImmutableDoubleObjectMap.newWithoutAllKeys(DoubleIterable keys) |
ImmutableDoubleObjectMap<V> |
ImmutableDoubleObjectMap.newWithoutKey(double key) |
ImmutableDoubleObjectMap<V> |
ImmutableDoubleObjectMap.reject(DoubleObjectPredicate<? super V> predicate) |
ImmutableDoubleObjectMap<V> |
ImmutableDoubleObjectMap.select(DoubleObjectPredicate<? super V> predicate) |
ImmutableDoubleObjectMap<V> |
ImmutableDoubleObjectMap.tap(Procedure<? super V> procedure) |
ImmutableDoubleObjectMap<V> |
DoubleObjectMap.toImmutable() |
Copyright © 2004–2017. All rights reserved.