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