Uses of Interface
org.eclipse.collections.api.map.primitive.CharDoubleMap
-
Packages that use CharDoubleMap 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 CharDoubleMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive with parameters of type CharDoubleMap Modifier and Type Method Description ImmutableCharDoubleMap
ImmutableCharDoubleMapFactory. ofAll(CharDoubleMap map)
MutableCharDoubleMap
MutableCharDoubleMapFactory. ofAll(CharDoubleMap map)
ImmutableCharDoubleMap
ImmutableCharDoubleMapFactory. withAll(CharDoubleMap map)
MutableCharDoubleMap
MutableCharDoubleMapFactory. withAll(CharDoubleMap map)
-
Uses of CharDoubleMap in org.eclipse.collections.api.map.primitive
Subinterfaces of CharDoubleMap in org.eclipse.collections.api.map.primitive Modifier and Type Interface Description interface
ImmutableCharDoubleMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
MutableCharDoubleMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.Methods in org.eclipse.collections.api.map.primitive that return CharDoubleMap Modifier and Type Method Description CharDoubleMap
DoubleCharMap. flipUniqueValues()
Return the CharDoubleMap that is obtained by flipping the direction of this map and making the associations from value to key.CharDoubleMap
CharDoubleMap. reject(CharDoublePredicate predicate)
Return a copy of this map containing only the key/value pairs that do not match the predicate.CharDoubleMap
CharDoubleMap. select(CharDoublePredicate predicate)
Return a copy of this map containing only the key/value pairs that match the predicate.Methods in org.eclipse.collections.api.map.primitive with parameters of type CharDoubleMap Modifier and Type Method Description void
MutableCharDoubleMap. putAll(CharDoubleMap map)
Puts all of the key/value mappings from the specified map into this map. -
Uses of CharDoubleMap in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement CharDoubleMap 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 CharDoubleMap Modifier and Type Field Description private CharDoubleMap
ImmutableCharDoubleHashMap.ImmutableCharDoubleMapSerializationProxy. map
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type CharDoubleMap Modifier and Type Method Description ImmutableCharDoubleMap
ImmutableCharDoubleMapFactoryImpl. ofAll(CharDoubleMap map)
ImmutableCharDoubleMap
ImmutableCharDoubleMapFactoryImpl. withAll(CharDoubleMap map)
Constructors in org.eclipse.collections.impl.map.immutable.primitive with parameters of type CharDoubleMap Constructor Description ImmutableCharDoubleHashMap(CharDoubleMap delegate)
ImmutableCharDoubleMapSerializationProxy(CharDoubleMap map)
-
Uses of CharDoubleMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement CharDoubleMap 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.Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type CharDoubleMap Modifier and Type Method Description MutableCharDoubleMap
MutableCharDoubleMapFactoryImpl. ofAll(CharDoubleMap map)
void
CharDoubleHashMap. putAll(CharDoubleMap map)
void
SynchronizedCharDoubleMap. putAll(CharDoubleMap map)
void
UnmodifiableCharDoubleMap. putAll(CharDoubleMap map)
MutableCharDoubleMap
MutableCharDoubleMapFactoryImpl. withAll(CharDoubleMap map)
Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type CharDoubleMap Constructor Description CharDoubleHashMap(CharDoubleMap map)
-