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.
|
org.eclipse.collections.impl.map.mutable.primitive |
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
Modifier and Type | Method | Description |
---|---|---|
<V> MutableDoubleObjectMap<V> |
MutableDoubleObjectMapFactory.empty() |
|
<T,V> MutableDoubleObjectMap<V> |
MutableDoubleObjectMapFactory.from(java.lang.Iterable<T> iterable,
DoubleFunction<? super T> keyFunction,
Function<? super T,? extends V> valueFunction) |
Creates an
MutableDoubleObjectMap from an Iterable<T> by applying keyFunction and valueFunction . |
<V> MutableDoubleObjectMap<V> |
MutableDoubleObjectMapFactory.of() |
|
<V> MutableDoubleObjectMap<V> |
MutableDoubleObjectMapFactory.ofAll(DoubleObjectMap<? extends V> map) |
|
<V> MutableDoubleObjectMap<V> |
MutableDoubleObjectMapFactory.ofInitialCapacity(int capacity) |
|
<V> MutableDoubleObjectMap<V> |
MutableDoubleObjectMapFactory.with() |
|
<V> MutableDoubleObjectMap<V> |
MutableDoubleObjectMapFactory.withAll(DoubleObjectMap<? extends V> map) |
|
<V> MutableDoubleObjectMap<V> |
MutableDoubleObjectMapFactory.withInitialCapacity(int capacity) |
Modifier and Type | Method | 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) |
|
default MutableDoubleObjectMap<V> |
MutableDoubleObjectMap.withAllKeyValues(java.lang.Iterable<DoubleObjectPair<V>> keyValuePairs) |
|
MutableDoubleObjectMap<V> |
MutableDoubleObjectMap.withKeyValue(double key,
V value) |
|
MutableDoubleObjectMap<V> |
MutableDoubleObjectMap.withoutAllKeys(DoubleIterable keys) |
|
MutableDoubleObjectMap<V> |
MutableDoubleObjectMap.withoutKey(double key) |
Modifier and Type | Class | Description |
---|---|---|
class |
DoubleObjectHashMap<V> |
This file was automatically generated from template file primitiveObjectHashMap.stg.
|
class |
SynchronizedDoubleObjectMap<V> |
A synchronized view of a
MutableDoubleObjectMap . |
class |
UnmodifiableDoubleObjectMap<V> |
This file was automatically generated from template file unmodifiablePrimitiveObjectMap.stg.
|
Modifier and Type | Method | Description |
---|---|---|
MutableDoubleObjectMap<V> |
DoubleObjectHashMap.asSynchronized() |
|
MutableDoubleObjectMap<V> |
SynchronizedDoubleObjectMap.asSynchronized() |
|
MutableDoubleObjectMap<V> |
UnmodifiableDoubleObjectMap.asSynchronized() |
|
MutableDoubleObjectMap<V> |
DoubleObjectHashMap.asUnmodifiable() |
|
MutableDoubleObjectMap<V> |
SynchronizedDoubleObjectMap.asUnmodifiable() |
|
MutableDoubleObjectMap<V> |
UnmodifiableDoubleObjectMap.asUnmodifiable() |
|
<V> MutableDoubleObjectMap<V> |
MutableDoubleObjectMapFactoryImpl.empty() |
|
MutableDoubleObjectMap<K> |
ObjectDoubleHashMap.flipUniqueValues() |
|
MutableDoubleObjectMap<K> |
ObjectDoubleHashMapWithHashingStrategy.flipUniqueValues() |
|
MutableDoubleObjectMap<K> |
SynchronizedObjectDoubleMap.flipUniqueValues() |
|
MutableDoubleObjectMap<K> |
UnmodifiableObjectDoubleMap.flipUniqueValues() |
|
<T,V> MutableDoubleObjectMap<V> |
MutableDoubleObjectMapFactoryImpl.from(java.lang.Iterable<T> iterable,
DoubleFunction<? super T> keyFunction,
Function<? super T,? extends V> valueFunction) |
|
<V> MutableDoubleObjectMap<V> |
MutableDoubleObjectMapFactoryImpl.of() |
|
<V> MutableDoubleObjectMap<V> |
MutableDoubleObjectMapFactoryImpl.ofAll(DoubleObjectMap<? extends V> map) |
|
<V> MutableDoubleObjectMap<V> |
MutableDoubleObjectMapFactoryImpl.ofInitialCapacity(int capacity) |
|
MutableDoubleObjectMap<V> |
SynchronizedDoubleObjectMap.reject(DoubleObjectPredicate<? super V> predicate) |
|
MutableDoubleObjectMap<V> |
UnmodifiableDoubleObjectMap.reject(DoubleObjectPredicate<? super V> predicate) |
|
MutableDoubleObjectMap<V> |
SynchronizedDoubleObjectMap.select(DoubleObjectPredicate<? super V> predicate) |
|
MutableDoubleObjectMap<V> |
UnmodifiableDoubleObjectMap.select(DoubleObjectPredicate<? super V> predicate) |
|
MutableDoubleObjectMap<V> |
SynchronizedDoubleObjectMap.tap(Procedure<? super V> procedure) |
|
MutableDoubleObjectMap<V> |
UnmodifiableDoubleObjectMap.tap(Procedure<? super V> procedure) |
|
<V> MutableDoubleObjectMap<V> |
MutableDoubleObjectMapFactoryImpl.with() |
|
<V> MutableDoubleObjectMap<V> |
MutableDoubleObjectMapFactoryImpl.withAll(DoubleObjectMap<? extends V> map) |
|
<V> MutableDoubleObjectMap<V> |
MutableDoubleObjectMapFactoryImpl.withInitialCapacity(int capacity) |
|
MutableDoubleObjectMap<V> |
SynchronizedDoubleObjectMap.withKeyValue(double key,
V value) |
|
MutableDoubleObjectMap<V> |
UnmodifiableDoubleObjectMap.withKeyValue(double key,
V value) |
|
MutableDoubleObjectMap<V> |
DoubleObjectHashMap.withoutAllKeys(DoubleIterable keys) |
|
MutableDoubleObjectMap<V> |
SynchronizedDoubleObjectMap.withoutAllKeys(DoubleIterable keys) |
|
MutableDoubleObjectMap<V> |
UnmodifiableDoubleObjectMap.withoutAllKeys(DoubleIterable keys) |
|
MutableDoubleObjectMap<V> |
DoubleObjectHashMap.withoutKey(double key) |
|
MutableDoubleObjectMap<V> |
SynchronizedDoubleObjectMap.withoutKey(double key) |
|
MutableDoubleObjectMap<V> |
UnmodifiableDoubleObjectMap.withoutKey(double key) |
Constructor | Description |
---|---|
SynchronizedDoubleObjectMap(MutableDoubleObjectMap<V> map) |
|
SynchronizedDoubleObjectMap(MutableDoubleObjectMap<V> map,
java.lang.Object newLock) |
|
UnmodifiableDoubleObjectMap(MutableDoubleObjectMap<V> map) |
Copyright © 2004–2020. All rights reserved.