Uses of Interface
org.eclipse.collections.api.map.primitive.ImmutableCharDoubleMap
-
Packages that use ImmutableCharDoubleMap 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 ImmutableCharDoubleMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive that return ImmutableCharDoubleMap Modifier and Type Method Description ImmutableCharDoubleMap
ImmutableCharDoubleMapFactory. empty()
<T> ImmutableCharDoubleMap
ImmutableCharDoubleMapFactory. from(java.lang.Iterable<T> iterable, CharFunction<? super T> keyFunction, DoubleFunction<? super T> valueFunction)
Creates anImmutableCharDoubleMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.ImmutableCharDoubleMap
ImmutableCharDoubleMapFactory. of()
ImmutableCharDoubleMap
ImmutableCharDoubleMapFactory. of(char key, double value)
ImmutableCharDoubleMap
ImmutableCharDoubleMapFactory. ofAll(CharDoubleMap map)
ImmutableCharDoubleMap
ImmutableCharDoubleMapFactory. with()
ImmutableCharDoubleMap
ImmutableCharDoubleMapFactory. with(char key, double value)
ImmutableCharDoubleMap
ImmutableCharDoubleMapFactory. withAll(CharDoubleMap map)
-
Uses of ImmutableCharDoubleMap in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return ImmutableCharDoubleMap Modifier and Type Method Description ImmutableCharDoubleMap
ImmutableDoubleCharMap. flipUniqueValues()
ImmutableCharDoubleMap
ImmutableCharDoubleMap. newWithKeyValue(char key, double value)
Copy this map, associate the value with the key (replacing the value if one already exists forkey
), and return the copy as new immutable map.ImmutableCharDoubleMap
ImmutableCharDoubleMap. newWithoutAllKeys(CharIterable keys)
Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableCharDoubleMap
ImmutableCharDoubleMap. newWithoutKey(char key)
Copy this map, remove any associated value with the key (if one exists), and return the copy as a new immutable map.ImmutableCharDoubleMap
ImmutableCharDoubleMap. reject(CharDoublePredicate predicate)
ImmutableCharDoubleMap
ImmutableCharDoubleMap. select(CharDoublePredicate predicate)
ImmutableCharDoubleMap
CharDoubleMap. toImmutable()
Returns a copy of this map that is immutable (if this map is mutable) or itself if it is already immutable. -
Uses of ImmutableCharDoubleMap in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement ImmutableCharDoubleMap Modifier and Type Class Description (package private) class
ImmutableCharDoubleEmptyMap
ImmutableCharDoubleEmptyMap is an optimization forImmutableCharDoubleMap
of size 0.(package private) class
ImmutableCharDoubleHashMap
ImmutableCharDoubleHashMap is the non-modifiable equivalent ofCharDoubleHashMap
.(package private) class
ImmutableCharDoubleSingletonMap
ImmutableCharDoubleSingletonMap is an optimization forImmutableCharDoubleMap
of size 1.Fields in org.eclipse.collections.impl.map.immutable.primitive declared as ImmutableCharDoubleMap Modifier and Type Field Description (package private) static ImmutableCharDoubleMap
ImmutableCharDoubleEmptyMap. INSTANCE
Methods in org.eclipse.collections.impl.map.immutable.primitive that return ImmutableCharDoubleMap Modifier and Type Method Description ImmutableCharDoubleMap
ImmutableCharDoubleMapFactoryImpl. empty()
ImmutableCharDoubleMap
ImmutableDoubleCharEmptyMap. flipUniqueValues()
ImmutableCharDoubleMap
ImmutableDoubleCharHashMap. flipUniqueValues()
ImmutableCharDoubleMap
ImmutableDoubleCharSingletonMap. flipUniqueValues()
<T> ImmutableCharDoubleMap
ImmutableCharDoubleMapFactoryImpl. from(java.lang.Iterable<T> iterable, CharFunction<? super T> keyFunction, DoubleFunction<? super T> valueFunction)
ImmutableCharDoubleMap
ImmutableCharDoubleEmptyMap. newWithKeyValue(char key, double value)
ImmutableCharDoubleMap
ImmutableCharDoubleHashMap. newWithKeyValue(char key, double value)
ImmutableCharDoubleMap
ImmutableCharDoubleSingletonMap. newWithKeyValue(char key, double value)
ImmutableCharDoubleMap
ImmutableCharDoubleEmptyMap. newWithoutAllKeys(CharIterable keys)
ImmutableCharDoubleMap
ImmutableCharDoubleHashMap. newWithoutAllKeys(CharIterable keys)
ImmutableCharDoubleMap
ImmutableCharDoubleSingletonMap. newWithoutAllKeys(CharIterable keys)
ImmutableCharDoubleMap
ImmutableCharDoubleEmptyMap. newWithoutKey(char key)
ImmutableCharDoubleMap
ImmutableCharDoubleHashMap. newWithoutKey(char key)
ImmutableCharDoubleMap
ImmutableCharDoubleSingletonMap. newWithoutKey(char key)
ImmutableCharDoubleMap
ImmutableCharDoubleMapFactoryImpl. of()
ImmutableCharDoubleMap
ImmutableCharDoubleMapFactoryImpl. of(char key, double value)
ImmutableCharDoubleMap
ImmutableCharDoubleMapFactoryImpl. ofAll(CharDoubleMap map)
ImmutableCharDoubleMap
ImmutableCharDoubleEmptyMap. reject(CharDoublePredicate predicate)
ImmutableCharDoubleMap
ImmutableCharDoubleHashMap. reject(CharDoublePredicate predicate)
ImmutableCharDoubleMap
ImmutableCharDoubleSingletonMap. reject(CharDoublePredicate predicate)
ImmutableCharDoubleMap
ImmutableCharDoubleEmptyMap. select(CharDoublePredicate predicate)
ImmutableCharDoubleMap
ImmutableCharDoubleHashMap. select(CharDoublePredicate predicate)
ImmutableCharDoubleMap
ImmutableCharDoubleSingletonMap. select(CharDoublePredicate predicate)
ImmutableCharDoubleMap
ImmutableCharDoubleEmptyMap. toImmutable()
ImmutableCharDoubleMap
ImmutableCharDoubleHashMap. toImmutable()
ImmutableCharDoubleMap
ImmutableCharDoubleSingletonMap. toImmutable()
ImmutableCharDoubleMap
ImmutableCharDoubleMapFactoryImpl. with()
ImmutableCharDoubleMap
ImmutableCharDoubleMapFactoryImpl. with(char key, double value)
ImmutableCharDoubleMap
ImmutableCharDoubleMapFactoryImpl. withAll(CharDoubleMap map)
-
Uses of ImmutableCharDoubleMap in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return ImmutableCharDoubleMap Modifier and Type Method Description ImmutableCharDoubleMap
CharDoubleHashMap. toImmutable()
ImmutableCharDoubleMap
SynchronizedCharDoubleMap. toImmutable()
ImmutableCharDoubleMap
UnmodifiableCharDoubleMap. toImmutable()
-