Uses of Interface
org.eclipse.collections.api.map.primitive.ObjectFloatMap
-
Packages that use ObjectFloatMap 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 ObjectFloatMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive with parameters of type ObjectFloatMap Modifier and Type Method Description <K> ImmutableObjectFloatMap<K>
ImmutableObjectFloatMapFactory. ofAll(ObjectFloatMap<? extends K> map)
<K> MutableObjectFloatMap<K>
MutableObjectFloatMapFactory. ofAll(ObjectFloatMap<? extends K> map)
<K> ImmutableObjectFloatMap<K>
ImmutableObjectFloatMapFactory. withAll(ObjectFloatMap<? extends K> map)
<K> MutableObjectFloatMap<K>
MutableObjectFloatMapFactory. withAll(ObjectFloatMap<? extends K> map)
-
Uses of ObjectFloatMap in org.eclipse.collections.api.map.primitive
Subinterfaces of ObjectFloatMap in org.eclipse.collections.api.map.primitive Modifier and Type Interface Description interface
ImmutableObjectFloatMap<K>
This file was automatically generated from template file immutableObjectPrimitiveMap.stg.interface
MutableObjectFloatMap<K>
This file was automatically generated from template file mutableObjectPrimitiveMap.stg.Methods in org.eclipse.collections.api.map.primitive that return ObjectFloatMap Modifier and Type Method Description ObjectFloatMap<V>
FloatObjectMap. flipUniqueValues()
Return the ObjectFloatMap that is obtained by flipping the direction of this map and making the associations from value to key.ObjectFloatMap<K>
ObjectFloatMap. reject(ObjectFloatPredicate<? super K> predicate)
Return a copy of this map containing only the key/value pairs that do not match the predicate.ObjectFloatMap<K>
ObjectFloatMap. select(ObjectFloatPredicate<? super K> predicate)
Return a copy of this map containing only the key/value pairs that match the predicate.default ObjectFloatMap<K>
ObjectFloatMap. tap(FloatProcedure procedure)
Methods in org.eclipse.collections.api.map.primitive with parameters of type ObjectFloatMap Modifier and Type Method Description void
MutableObjectFloatMap. putAll(ObjectFloatMap<? extends K> map)
Puts all of the key/value mappings from the specified map into this map. -
Uses of ObjectFloatMap in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement ObjectFloatMap Modifier and Type Class Description class
AbstractImmutableObjectFloatMap<V>
This file was automatically generated from template file abstractImmutableObjectPrimitiveMap.stg.(package private) class
ImmutableObjectFloatEmptyMap<K>
ImmutableObjectFloatEmptyMap is an optimization forImmutableObjectFloatMap
of size 0.(package private) class
ImmutableObjectFloatHashMap<K>
ImmutableObjectFloatHashMap is the non-modifiable equivalent ofObjectFloatHashMap
.(package private) class
ImmutableObjectFloatSingletonMap<K>
ImmutableObjectFloatSingletonMap is an optimization forImmutableObjectFloatMap
of size 1.Fields in org.eclipse.collections.impl.map.immutable.primitive declared as ObjectFloatMap Modifier and Type Field Description private ObjectFloatMap<V>
AbstractImmutableObjectFloatMap.ImmutableObjectFloatMapSerializationProxy. map
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type ObjectFloatMap Modifier and Type Method Description <K> ImmutableObjectFloatMap<K>
ImmutableObjectFloatMapFactoryImpl. ofAll(ObjectFloatMap<? extends K> map)
<K> ImmutableObjectFloatMap<K>
ImmutableObjectFloatMapFactoryImpl. withAll(ObjectFloatMap<? extends K> map)
Constructors in org.eclipse.collections.impl.map.immutable.primitive with parameters of type ObjectFloatMap Constructor Description ImmutableObjectFloatHashMap(ObjectFloatMap<? extends K> delegate)
ImmutableObjectFloatMapSerializationProxy(ObjectFloatMap<V> map)
-
Uses of ObjectFloatMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement ObjectFloatMap Modifier and Type Class Description class
ObjectFloatHashMap<K>
This file was automatically generated from template file objectPrimitiveHashMap.stg.class
ObjectFloatHashMapWithHashingStrategy<K>
This file was automatically generated from template file objectPrimitiveHashMapWithHashingStrategy.stg.class
SynchronizedObjectFloatMap<K>
A synchronized view of aMutableObjectFloatMap
.class
UnmodifiableObjectFloatMap<K>
This file was automatically generated from template file unmodifiableObjectPrimitiveMap.stg.Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ObjectFloatMap Modifier and Type Method Description static <K> ObjectFloatHashMapWithHashingStrategy<K>
ObjectFloatHashMapWithHashingStrategy. newMap(HashingStrategy<? super K> hashingStrategy, ObjectFloatMap<K> map)
<K> MutableObjectFloatMap<K>
MutableObjectFloatMapFactoryImpl. ofAll(ObjectFloatMap<? extends K> map)
void
ObjectFloatHashMap. putAll(ObjectFloatMap<? extends K> map)
void
ObjectFloatHashMapWithHashingStrategy. putAll(ObjectFloatMap<? extends K> map)
void
SynchronizedObjectFloatMap. putAll(ObjectFloatMap<? extends K> map)
void
UnmodifiableObjectFloatMap. putAll(ObjectFloatMap<? extends K> map)
<K> MutableObjectFloatMap<K>
MutableObjectFloatMapFactoryImpl. withAll(ObjectFloatMap<? extends K> map)
Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ObjectFloatMap Constructor Description ObjectFloatHashMap(ObjectFloatMap<? extends K> map)
ObjectFloatHashMapWithHashingStrategy(HashingStrategy<? super K> hashingStrategy, ObjectFloatMap<? extends K> map)
-