Uses of Interface
org.eclipse.collections.api.map.primitive.CharFloatMap
-
Packages that use CharFloatMap 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 CharFloatMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive with parameters of type CharFloatMap Modifier and Type Method Description ImmutableCharFloatMap
ImmutableCharFloatMapFactory. ofAll(CharFloatMap map)
MutableCharFloatMap
MutableCharFloatMapFactory. ofAll(CharFloatMap map)
ImmutableCharFloatMap
ImmutableCharFloatMapFactory. withAll(CharFloatMap map)
MutableCharFloatMap
MutableCharFloatMapFactory. withAll(CharFloatMap map)
-
Uses of CharFloatMap in org.eclipse.collections.api.map.primitive
Subinterfaces of CharFloatMap in org.eclipse.collections.api.map.primitive Modifier and Type Interface Description interface
ImmutableCharFloatMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
MutableCharFloatMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.Methods in org.eclipse.collections.api.map.primitive that return CharFloatMap Modifier and Type Method Description CharFloatMap
FloatCharMap. flipUniqueValues()
Return the CharFloatMap that is obtained by flipping the direction of this map and making the associations from value to key.CharFloatMap
CharFloatMap. reject(CharFloatPredicate predicate)
Return a copy of this map containing only the key/value pairs that do not match the predicate.CharFloatMap
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 CharFloatMap Modifier and Type Method Description void
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 CharFloatMap Modifier and Type Class Description (package private) class
ImmutableCharFloatEmptyMap
ImmutableCharFloatEmptyMap is an optimization forImmutableCharFloatMap
of size 0.(package private) class
ImmutableCharFloatHashMap
ImmutableCharFloatHashMap is the non-modifiable equivalent ofCharFloatHashMap
.(package private) class
ImmutableCharFloatSingletonMap
ImmutableCharFloatSingletonMap is an optimization forImmutableCharFloatMap
of size 1.Fields in org.eclipse.collections.impl.map.immutable.primitive declared as CharFloatMap Modifier and Type Field Description private CharFloatMap
ImmutableCharFloatHashMap.ImmutableCharFloatMapSerializationProxy. map
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type CharFloatMap Modifier and Type Method Description ImmutableCharFloatMap
ImmutableCharFloatMapFactoryImpl. ofAll(CharFloatMap map)
ImmutableCharFloatMap
ImmutableCharFloatMapFactoryImpl. withAll(CharFloatMap map)
Constructors in org.eclipse.collections.impl.map.immutable.primitive with parameters of type CharFloatMap Constructor Description ImmutableCharFloatHashMap(CharFloatMap delegate)
ImmutableCharFloatMapSerializationProxy(CharFloatMap map)
-
Uses of CharFloatMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement CharFloatMap Modifier and Type Class Description class
CharFloatHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
SynchronizedCharFloatMap
A synchronized view of aMutableCharFloatMap
.class
UnmodifiableCharFloatMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type CharFloatMap Modifier and Type Method Description MutableCharFloatMap
MutableCharFloatMapFactoryImpl. ofAll(CharFloatMap map)
void
CharFloatHashMap. putAll(CharFloatMap map)
void
SynchronizedCharFloatMap. putAll(CharFloatMap map)
void
UnmodifiableCharFloatMap. putAll(CharFloatMap map)
MutableCharFloatMap
MutableCharFloatMapFactoryImpl. withAll(CharFloatMap map)
Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type CharFloatMap Constructor Description CharFloatHashMap(CharFloatMap map)
-