| 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> ImmutableObjectDoubleMap<K> |
ImmutableObjectDoubleMapFactory.empty() |
<K> ImmutableObjectDoubleMap<K> |
ImmutableObjectDoubleMapFactory.of()
|
<K> ImmutableObjectDoubleMap<K> |
ImmutableObjectDoubleMapFactory.of(K key,
double value)
|
<K> ImmutableObjectDoubleMap<K> |
ImmutableObjectDoubleMapFactory.ofAll(ObjectDoubleMap<? extends K> map)
|
<K> ImmutableObjectDoubleMap<K> |
ImmutableObjectDoubleMapFactory.with()
|
<K> ImmutableObjectDoubleMap<K> |
ImmutableObjectDoubleMapFactory.with(K key,
double value) |
<K> ImmutableObjectDoubleMap<K> |
ImmutableObjectDoubleMapFactory.withAll(ObjectDoubleMap<? extends K> map) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableObjectDoubleMap<K> |
ImmutableObjectDoubleMap.newWithKeyValue(K key,
double value) |
ImmutableObjectDoubleMap<K> |
ImmutableObjectDoubleMap.newWithoutAllKeys(Iterable<? extends K> keys) |
ImmutableObjectDoubleMap<K> |
ImmutableObjectDoubleMap.newWithoutKey(K key) |
ImmutableObjectDoubleMap<K> |
ImmutableObjectDoubleMap.reject(ObjectDoublePredicate<? super K> predicate) |
ImmutableObjectDoubleMap<K> |
ImmutableObjectDoubleMap.select(ObjectDoublePredicate<? super K> predicate) |
ImmutableObjectDoubleMap<K> |
ObjectDoubleMap.toImmutable() |
Copyright © 2004–2017. All rights reserved.