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 interfaceImmutableObjectFloatMap<K>This file was automatically generated from template file immutableObjectPrimitiveMap.stg.interfaceMutableObjectFloatMap<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 voidMutableObjectFloatMap. 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 classAbstractImmutableObjectFloatMap<V>This file was automatically generated from template file abstractImmutableObjectPrimitiveMap.stg.(package private) classImmutableObjectFloatEmptyMap<K>ImmutableObjectFloatEmptyMap is an optimization forImmutableObjectFloatMapof size 0.(package private) classImmutableObjectFloatHashMap<K>ImmutableObjectFloatHashMap is the non-modifiable equivalent ofObjectFloatHashMap.(package private) classImmutableObjectFloatSingletonMap<K>ImmutableObjectFloatSingletonMap is an optimization forImmutableObjectFloatMapof size 1.Fields in org.eclipse.collections.impl.map.immutable.primitive declared as ObjectFloatMap Modifier and Type Field Description private ObjectFloatMap<V>AbstractImmutableObjectFloatMap.ImmutableObjectFloatMapSerializationProxy. mapMethods 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 classObjectFloatHashMap<K>This file was automatically generated from template file objectPrimitiveHashMap.stg.classObjectFloatHashMapWithHashingStrategy<K>This file was automatically generated from template file objectPrimitiveHashMapWithHashingStrategy.stg.classSynchronizedObjectFloatMap<K>A synchronized view of aMutableObjectFloatMap.classUnmodifiableObjectFloatMap<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)voidObjectFloatHashMap. putAll(ObjectFloatMap<? extends K> map)voidObjectFloatHashMapWithHashingStrategy. putAll(ObjectFloatMap<? extends K> map)voidSynchronizedObjectFloatMap. putAll(ObjectFloatMap<? extends K> map)voidUnmodifiableObjectFloatMap. 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)
-