Uses of Interface
org.eclipse.collections.api.map.primitive.CharFloatMap
Packages that use CharFloatMap
Package
Description
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
-
Uses of CharFloatMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive with parameters of type CharFloatMapModifier and TypeMethodDescriptionImmutableCharFloatMapFactory.ofAll(CharFloatMap map) MutableCharFloatMapFactory.ofAll(CharFloatMap map) ImmutableCharFloatMapFactory.withAll(CharFloatMap map) MutableCharFloatMapFactory.withAll(CharFloatMap map) -
Uses of CharFloatMap in org.eclipse.collections.api.map.primitive
Subinterfaces of CharFloatMap in org.eclipse.collections.api.map.primitiveModifier and TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.Methods in org.eclipse.collections.api.map.primitive that return CharFloatMapModifier and TypeMethodDescriptionFloatCharMap.flipUniqueValues()Return the CharFloatMap that is obtained by flipping the direction of this map and making the associations from value to key.CharFloatMap.reject(CharFloatPredicate predicate) Return a copy of this map containing only the key/value pairs that do not match the predicate.CharFloatMap.select(CharFloatPredicate 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 CharFloatMapModifier and TypeMethodDescriptionvoidMutableCharFloatMap.putAll(CharFloatMap map) Puts all of the key/value mappings from the specified map into this map. -
Uses of CharFloatMap in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement CharFloatMapModifier and TypeClassDescription(package private) final classImmutableCharFloatEmptyMap is an optimization forImmutableCharFloatMapof size 0.(package private) final classImmutableCharFloatHashMap is the non-modifiable equivalent ofCharFloatHashMap.(package private) final classImmutableCharFloatSingletonMap is an optimization forImmutableCharFloatMapof size 1.Fields in org.eclipse.collections.impl.map.immutable.primitive declared as CharFloatMapModifier and TypeFieldDescriptionprivate CharFloatMapImmutableCharFloatHashMap.ImmutableCharFloatMapSerializationProxy.mapMethods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type CharFloatMapModifier and TypeMethodDescriptionImmutableCharFloatMapFactoryImpl.ofAll(CharFloatMap map) ImmutableCharFloatMapFactoryImpl.withAll(CharFloatMap map) Constructors in org.eclipse.collections.impl.map.immutable.primitive with parameters of type CharFloatMapModifierConstructorDescription(package private)ImmutableCharFloatHashMap(CharFloatMap delegate) protected -
Uses of CharFloatMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement CharFloatMapModifier and TypeClassDescriptionclassThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classA synchronized view of aMutableCharFloatMap.classThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type CharFloatMapModifier and TypeMethodDescriptionMutableCharFloatMapFactoryImpl.ofAll(CharFloatMap map) voidCharFloatHashMap.putAll(CharFloatMap map) voidSynchronizedCharFloatMap.putAll(CharFloatMap map) voidUnmodifiableCharFloatMap.putAll(CharFloatMap map) MutableCharFloatMapFactoryImpl.withAll(CharFloatMap map) Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type CharFloatMap