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 TypeInterfaceDescriptioninterface
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
This 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 TypeMethodDescriptionvoid
MutableCharFloatMap.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 class
ImmutableCharFloatEmptyMap is an optimization forImmutableCharFloatMap
of size 0.(package private) final class
ImmutableCharFloatHashMap is the non-modifiable equivalent ofCharFloatHashMap
.(package private) final class
ImmutableCharFloatSingletonMap is an optimization forImmutableCharFloatMap
of size 1.Fields in org.eclipse.collections.impl.map.immutable.primitive declared as CharFloatMapModifier and TypeFieldDescriptionprivate CharFloatMap
ImmutableCharFloatHashMap.ImmutableCharFloatMapSerializationProxy.map
Methods 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 TypeClassDescriptionclass
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
A synchronized view of aMutableCharFloatMap
.class
This 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) void
CharFloatHashMap.putAll
(CharFloatMap map) void
SynchronizedCharFloatMap.putAll
(CharFloatMap map) void
UnmodifiableCharFloatMap.putAll
(CharFloatMap map) MutableCharFloatMapFactoryImpl.withAll
(CharFloatMap map) Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type CharFloatMap