Uses of Interface
org.eclipse.collections.api.map.primitive.MutableCharDoubleMap
-
Packages that use MutableCharDoubleMap 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.immutable.primitive This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.map.mutable.primitive This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces. -
-
Uses of MutableCharDoubleMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive that return MutableCharDoubleMap Modifier and Type Method Description MutableCharDoubleMap
MutableCharDoubleMapFactory. empty()
<T> MutableCharDoubleMap
MutableCharDoubleMapFactory. from(java.lang.Iterable<T> iterable, CharFunction<? super T> keyFunction, DoubleFunction<? super T> valueFunction)
Creates anMutableCharDoubleMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.MutableCharDoubleMap
MutableCharDoubleMapFactory. of()
Same asMutableCharDoubleMapFactory.empty()
.default MutableCharDoubleMap
MutableCharDoubleMapFactory. of(char key, double value)
default MutableCharDoubleMap
MutableCharDoubleMapFactory. of(char key1, double value1, char key2, double value2)
default MutableCharDoubleMap
MutableCharDoubleMapFactory. of(char key1, double value1, char key2, double value2, char key3, double value3)
default MutableCharDoubleMap
MutableCharDoubleMapFactory. of(char key1, double value1, char key2, double value2, char key3, double value3, char key4, double value4)
MutableCharDoubleMap
MutableCharDoubleMapFactory. ofAll(CharDoubleMap map)
MutableCharDoubleMap
MutableCharDoubleMapFactory. ofInitialCapacity(int capacity)
Same asMutableCharDoubleMapFactory.empty()
.MutableCharDoubleMap
MutableCharDoubleMapFactory. with()
Same asMutableCharDoubleMapFactory.empty()
.default MutableCharDoubleMap
MutableCharDoubleMapFactory. with(char key, double value)
default MutableCharDoubleMap
MutableCharDoubleMapFactory. with(char key1, double value1, char key2, double value2)
default MutableCharDoubleMap
MutableCharDoubleMapFactory. with(char key1, double value1, char key2, double value2, char key3, double value3)
default MutableCharDoubleMap
MutableCharDoubleMapFactory. with(char key1, double value1, char key2, double value2, char key3, double value3, char key4, double value4)
MutableCharDoubleMap
MutableCharDoubleMapFactory. withAll(CharDoubleMap map)
MutableCharDoubleMap
MutableCharDoubleMapFactory. withInitialCapacity(int capacity)
Same asMutableCharDoubleMapFactory.empty()
. -
Uses of MutableCharDoubleMap in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return MutableCharDoubleMap Modifier and Type Method Description MutableCharDoubleMap
MutableCharDoubleMap. asSynchronized()
Returns a synchronized view of this map, delegating all operations to this map but ensuring only one caller has access to the map at a time.MutableCharDoubleMap
MutableCharDoubleMap. asUnmodifiable()
Returns an unmodifiable view of this map, delegating all read-only operations to this map and throwing anUnsupportedOperationException
for all mutating operations.MutableCharDoubleMap
MutableDoubleCharMap. flipUniqueValues()
MutableCharDoubleMap
MutableCharDoubleMap. reject(CharDoublePredicate predicate)
MutableCharDoubleMap
MutableCharDoubleMap. select(CharDoublePredicate predicate)
default MutableCharDoubleMap
MutableCharDoubleMap. withAllKeyValues(java.lang.Iterable<CharDoublePair> keyValuePairs)
Puts all of the key/value mappings from the specified pairs into this map.MutableCharDoubleMap
MutableCharDoubleMap. withKeyValue(char key, double value)
Associates a value with the specified key.MutableCharDoubleMap
MutableCharDoubleMap. withoutAllKeys(CharIterable keys)
Removes the mappings associated with all the keys, if they exist, from this map.MutableCharDoubleMap
MutableCharDoubleMap. withoutKey(char key)
Removes the mapping associated with the key, if one exists, from this map. -
Uses of MutableCharDoubleMap in org.eclipse.collections.impl.map.immutable.primitive
Fields in org.eclipse.collections.impl.map.immutable.primitive declared as MutableCharDoubleMap Modifier and Type Field Description private MutableCharDoubleMap
ImmutableCharDoubleHashMap. delegate
-
Uses of MutableCharDoubleMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement MutableCharDoubleMap Modifier and Type Class Description class
CharDoubleHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
SynchronizedCharDoubleMap
A synchronized view of aMutableCharDoubleMap
.class
UnmodifiableCharDoubleMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.Fields in org.eclipse.collections.impl.map.mutable.primitive declared as MutableCharDoubleMap Modifier and Type Field Description private MutableCharDoubleMap
SynchronizedCharDoubleMap. map
private MutableCharDoubleMap
UnmodifiableCharDoubleMap. map
Methods in org.eclipse.collections.impl.map.mutable.primitive that return MutableCharDoubleMap Modifier and Type Method Description MutableCharDoubleMap
CharDoubleHashMap. asSynchronized()
MutableCharDoubleMap
SynchronizedCharDoubleMap. asSynchronized()
MutableCharDoubleMap
UnmodifiableCharDoubleMap. asSynchronized()
MutableCharDoubleMap
CharDoubleHashMap. asUnmodifiable()
MutableCharDoubleMap
SynchronizedCharDoubleMap. asUnmodifiable()
MutableCharDoubleMap
UnmodifiableCharDoubleMap. asUnmodifiable()
MutableCharDoubleMap
MutableCharDoubleMapFactoryImpl. empty()
MutableCharDoubleMap
DoubleCharHashMap. flipUniqueValues()
MutableCharDoubleMap
SynchronizedDoubleCharMap. flipUniqueValues()
MutableCharDoubleMap
UnmodifiableDoubleCharMap. flipUniqueValues()
<T> MutableCharDoubleMap
MutableCharDoubleMapFactoryImpl. from(java.lang.Iterable<T> iterable, CharFunction<? super T> keyFunction, DoubleFunction<? super T> valueFunction)
MutableCharDoubleMap
MutableCharDoubleMapFactoryImpl. of()
MutableCharDoubleMap
MutableCharDoubleMapFactoryImpl. of(char key, double value)
MutableCharDoubleMap
MutableCharDoubleMapFactoryImpl. of(char key1, double value1, char key2, double value2)
MutableCharDoubleMap
MutableCharDoubleMapFactoryImpl. of(char key1, double value1, char key2, double value2, char key3, double value3)
MutableCharDoubleMap
MutableCharDoubleMapFactoryImpl. of(char key1, double value1, char key2, double value2, char key3, double value3, char key4, double value4)
MutableCharDoubleMap
MutableCharDoubleMapFactoryImpl. ofAll(CharDoubleMap map)
MutableCharDoubleMap
MutableCharDoubleMapFactoryImpl. ofInitialCapacity(int capacity)
MutableCharDoubleMap
SynchronizedCharDoubleMap. reject(CharDoublePredicate predicate)
MutableCharDoubleMap
UnmodifiableCharDoubleMap. reject(CharDoublePredicate predicate)
MutableCharDoubleMap
SynchronizedCharDoubleMap. select(CharDoublePredicate predicate)
MutableCharDoubleMap
UnmodifiableCharDoubleMap. select(CharDoublePredicate predicate)
MutableCharDoubleMap
MutableCharDoubleMapFactoryImpl. with()
MutableCharDoubleMap
MutableCharDoubleMapFactoryImpl. with(char key, double value)
MutableCharDoubleMap
MutableCharDoubleMapFactoryImpl. with(char key1, double value1, char key2, double value2)
MutableCharDoubleMap
MutableCharDoubleMapFactoryImpl. with(char key1, double value1, char key2, double value2, char key3, double value3)
MutableCharDoubleMap
MutableCharDoubleMapFactoryImpl. with(char key1, double value1, char key2, double value2, char key3, double value3, char key4, double value4)
MutableCharDoubleMap
MutableCharDoubleMapFactoryImpl. withAll(CharDoubleMap map)
MutableCharDoubleMap
MutableCharDoubleMapFactoryImpl. withInitialCapacity(int capacity)
MutableCharDoubleMap
SynchronizedCharDoubleMap. withKeyValue(char key, double value)
MutableCharDoubleMap
UnmodifiableCharDoubleMap. withKeyValue(char key, double value)
MutableCharDoubleMap
SynchronizedCharDoubleMap. withoutAllKeys(CharIterable keys)
MutableCharDoubleMap
UnmodifiableCharDoubleMap. withoutAllKeys(CharIterable keys)
MutableCharDoubleMap
SynchronizedCharDoubleMap. withoutKey(char key)
MutableCharDoubleMap
UnmodifiableCharDoubleMap. withoutKey(char key)
Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type MutableCharDoubleMap Constructor Description SynchronizedCharDoubleMap(MutableCharDoubleMap map)
SynchronizedCharDoubleMap(MutableCharDoubleMap map, java.lang.Object newLock)
UnmodifiableCharDoubleMap(MutableCharDoubleMap map)
-