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 ImmutableCharDoubleMapImmutableCharDoubleMapFactory. ofAll(CharDoubleMap map)MutableCharDoubleMapMutableCharDoubleMapFactory. ofAll(CharDoubleMap map)ImmutableCharDoubleMapImmutableCharDoubleMapFactory. withAll(CharDoubleMap map)MutableCharDoubleMapMutableCharDoubleMapFactory. 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 interfaceImmutableCharDoubleMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceMutableCharDoubleMapThis 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 CharDoubleMapDoubleCharMap. flipUniqueValues()Return the CharDoubleMap that is obtained by flipping the direction of this map and making the associations from value to key.CharDoubleMapCharDoubleMap. reject(CharDoublePredicate predicate)Return a copy of this map containing only the key/value pairs that do not match the predicate.CharDoubleMapCharDoubleMap. 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 voidMutableCharDoubleMap. 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) classImmutableCharDoubleEmptyMapImmutableCharDoubleEmptyMap is an optimization forImmutableCharDoubleMapof size 0.(package private) classImmutableCharDoubleHashMapImmutableCharDoubleHashMap is the non-modifiable equivalent ofCharDoubleHashMap.(package private) classImmutableCharDoubleSingletonMapImmutableCharDoubleSingletonMap is an optimization forImmutableCharDoubleMapof size 1.Fields in org.eclipse.collections.impl.map.immutable.primitive declared as CharDoubleMap Modifier and Type Field Description private CharDoubleMapImmutableCharDoubleHashMap.ImmutableCharDoubleMapSerializationProxy. mapMethods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type CharDoubleMap Modifier and Type Method Description ImmutableCharDoubleMapImmutableCharDoubleMapFactoryImpl. ofAll(CharDoubleMap map)ImmutableCharDoubleMapImmutableCharDoubleMapFactoryImpl. 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 classCharDoubleHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classSynchronizedCharDoubleMapA synchronized view of aMutableCharDoubleMap.classUnmodifiableCharDoubleMapThis 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 MutableCharDoubleMapMutableCharDoubleMapFactoryImpl. ofAll(CharDoubleMap map)voidCharDoubleHashMap. putAll(CharDoubleMap map)voidSynchronizedCharDoubleMap. putAll(CharDoubleMap map)voidUnmodifiableCharDoubleMap. putAll(CharDoubleMap map)MutableCharDoubleMapMutableCharDoubleMapFactoryImpl. withAll(CharDoubleMap map)Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type CharDoubleMap Constructor Description CharDoubleHashMap(CharDoubleMap map)
-