Uses of Interface
org.eclipse.collections.api.bag.primitive.MutableFloatBag
Packages that use MutableFloatBag
Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains interfaces for Bag API.
This package contains API for Primitive Bags with Mutable and Immutable variants.
This package contains interfaces for map API which enhance the performance and functionality of
Map
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
MutableBag
interface.This package contains implementations of the mutable primitive bag interfaces.
This package contains implementations of the mutable primitive collection interfaces.
This package contains implementations of the lazy primitive iterator interfaces.
This package contains implementations of the
MutableMap
interface.This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the mutable primitive stack interfaces.
-
Uses of MutableFloatBag in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return MutableFloatBagModifier and TypeMethodDescriptionFloatIterable.toBag()
Converts the FloatIterable to a new MutableFloatBag. -
Uses of MutableFloatBag in org.eclipse.collections.api.bag
Methods in org.eclipse.collections.api.bag that return MutableFloatBagModifier and TypeMethodDescriptiondefault MutableFloatBag
MutableBag.collectFloat
(FloatFunction<? super T> floatFunction) -
Uses of MutableFloatBag in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive that return MutableFloatBagModifier and TypeMethodDescriptionMutableFloatBag.asSynchronized()
MutableFloatBag.asUnmodifiable()
default MutableFloatBag
MutableFloatBag.newEmpty()
Creates a new empty mutable version of the same Bag type.MutableFloatBag.reject
(FloatPredicate predicate) MutableFloatBag.select
(FloatPredicate predicate) MutableFloatBag.selectByOccurrences
(IntPredicate predicate) Returns all elements of the bag that have a number of occurrences that satisfy the predicate.default MutableFloatBag
MutableFloatBag.selectDuplicates()
Returns all elements of the bag that have more than one occurrence.default MutableFloatBag
MutableFloatBag.tap
(FloatProcedure procedure) MutableFloatBag.with
(float element) MutableFloatBag.withAll
(FloatIterable elements) MutableFloatBag.without
(float element) MutableFloatBag.withoutAll
(FloatIterable elements) -
Uses of MutableFloatBag in org.eclipse.collections.api.factory.bag.primitive
Methods in org.eclipse.collections.api.factory.bag.primitive that return MutableFloatBagModifier and TypeMethodDescriptionMutableFloatBagFactory.empty()
MutableFloatBagFactory.of()
Same asMutableFloatBagFactory.empty()
.MutableFloatBagFactory.of
(float... items) Same asMutableFloatBagFactory.with(float[])
.MutableFloatBagFactory.ofAll
(FloatIterable items) MutableFloatBagFactory.with()
Same asMutableFloatBagFactory.empty()
.MutableFloatBagFactory.with
(float... items) MutableFloatBagFactory.withAll
(FloatIterable items) -
Uses of MutableFloatBag in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return MutableFloatBagModifier and TypeMethodDescriptionMutableMap.collectFloat
(FloatFunction<? super V> floatFunction) -
Uses of MutableFloatBag in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return MutableFloatBagModifier and TypeMethodDescriptionMutablePrimitiveObjectMap.collectFloat
(FloatFunction<? super V> floatFunction) MutableFloatValuesMap.reject
(FloatPredicate predicate) MutableFloatValuesMap.select
(FloatPredicate predicate) -
Uses of MutableFloatBag in org.eclipse.collections.impl.bag.mutable
Methods in org.eclipse.collections.impl.bag.mutable that return MutableFloatBagModifier and TypeMethodDescriptionMultiReaderHashBag.collectFloat
(FloatFunction<? super T> floatFunction) SynchronizedBag.collectFloat
(FloatFunction<? super T> floatFunction) UnmodifiableBag.collectFloat
(FloatFunction<? super T> floatFunction) -
Uses of MutableFloatBag in org.eclipse.collections.impl.bag.mutable.primitive
Classes in org.eclipse.collections.impl.bag.mutable.primitive that implement MutableFloatBagModifier and TypeClassDescriptionclass
FloatHashBag is similar toHashBag
, and is memory-optimized for float primitives.class
A synchronized view of aMutableFloatBag
.class
This file was automatically generated from template file unmodifiablePrimitiveBag.stg.Methods in org.eclipse.collections.impl.bag.mutable.primitive that return MutableFloatBagModifier and TypeMethodDescriptionFloatHashBag.asSynchronized()
SynchronizedFloatBag.asSynchronized()
UnmodifiableFloatBag.asSynchronized()
FloatHashBag.asUnmodifiable()
SynchronizedFloatBag.asUnmodifiable()
UnmodifiableFloatBag.asUnmodifiable()
MutableFloatBagFactoryImpl.empty()
SynchronizedFloatBag.newEmpty()
UnmodifiableFloatBag.newEmpty()
MutableFloatBagFactoryImpl.of()
MutableFloatBagFactoryImpl.of
(float... items) MutableFloatBagFactoryImpl.ofAll
(FloatIterable items) SynchronizedFloatBag.reject
(FloatPredicate predicate) UnmodifiableFloatBag.reject
(FloatPredicate predicate) SynchronizedFloatBag.select
(FloatPredicate predicate) UnmodifiableFloatBag.select
(FloatPredicate predicate) SynchronizedFloatBag.selectByOccurrences
(IntPredicate predicate) UnmodifiableFloatBag.selectByOccurrences
(IntPredicate predicate) MutableFloatBagFactoryImpl.with()
MutableFloatBagFactoryImpl.with
(float... items) MutableFloatBagFactoryImpl.withAll
(FloatIterable items) Constructors in org.eclipse.collections.impl.bag.mutable.primitive with parameters of type MutableFloatBag -
Uses of MutableFloatBag in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive that return MutableFloatBag -
Uses of MutableFloatBag in org.eclipse.collections.impl.lazy.primitive
Methods in org.eclipse.collections.impl.lazy.primitive that return MutableFloatBag -
Uses of MutableFloatBag in org.eclipse.collections.impl.map.mutable
Methods in org.eclipse.collections.impl.map.mutable that return MutableFloatBagModifier and TypeMethodDescriptionAbstractMutableMap.collectFloat
(FloatFunction<? super V> floatFunction) SynchronizedMutableMap.collectFloat
(FloatFunction<? super V> floatFunction) UnmodifiableMutableMap.collectFloat
(FloatFunction<? super V> floatFunction) -
Uses of MutableFloatBag in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return MutableFloatBagModifier and TypeMethodDescriptionByteObjectHashMap.collectFloat
(FloatFunction<? super V> floatFunction) CharObjectHashMap.collectFloat
(FloatFunction<? super V> floatFunction) DoubleObjectHashMap.collectFloat
(FloatFunction<? super V> floatFunction) FloatObjectHashMap.collectFloat
(FloatFunction<? super V> floatFunction) IntObjectHashMap.collectFloat
(FloatFunction<? super V> floatFunction) LongObjectHashMap.collectFloat
(FloatFunction<? super V> floatFunction) ShortObjectHashMap.collectFloat
(FloatFunction<? super V> floatFunction) SynchronizedByteObjectMap.collectFloat
(FloatFunction<? super V> floatFunction) SynchronizedCharObjectMap.collectFloat
(FloatFunction<? super V> floatFunction) SynchronizedDoubleObjectMap.collectFloat
(FloatFunction<? super V> floatFunction) SynchronizedFloatObjectMap.collectFloat
(FloatFunction<? super V> floatFunction) SynchronizedIntObjectMap.collectFloat
(FloatFunction<? super V> floatFunction) SynchronizedLongObjectMap.collectFloat
(FloatFunction<? super V> floatFunction) SynchronizedShortObjectMap.collectFloat
(FloatFunction<? super V> floatFunction) UnmodifiableByteObjectMap.collectFloat
(FloatFunction<? super V> floatFunction) UnmodifiableCharObjectMap.collectFloat
(FloatFunction<? super V> floatFunction) UnmodifiableDoubleObjectMap.collectFloat
(FloatFunction<? super V> floatFunction) UnmodifiableFloatObjectMap.collectFloat
(FloatFunction<? super V> floatFunction) UnmodifiableIntObjectMap.collectFloat
(FloatFunction<? super V> floatFunction) UnmodifiableLongObjectMap.collectFloat
(FloatFunction<? super V> floatFunction) UnmodifiableShortObjectMap.collectFloat
(FloatFunction<? super V> floatFunction) AbstractMutableFloatValuesMap.reject
(FloatPredicate predicate) SynchronizedByteFloatMap.reject
(FloatPredicate predicate) SynchronizedCharFloatMap.reject
(FloatPredicate predicate) SynchronizedDoubleFloatMap.reject
(FloatPredicate predicate) SynchronizedFloatFloatMap.reject
(FloatPredicate predicate) SynchronizedIntFloatMap.reject
(FloatPredicate predicate) SynchronizedLongFloatMap.reject
(FloatPredicate predicate) SynchronizedShortFloatMap.reject
(FloatPredicate predicate) UnmodifiableByteFloatMap.reject
(FloatPredicate predicate) UnmodifiableCharFloatMap.reject
(FloatPredicate predicate) UnmodifiableDoubleFloatMap.reject
(FloatPredicate predicate) UnmodifiableFloatFloatMap.reject
(FloatPredicate predicate) UnmodifiableIntFloatMap.reject
(FloatPredicate predicate) UnmodifiableLongFloatMap.reject
(FloatPredicate predicate) UnmodifiableShortFloatMap.reject
(FloatPredicate predicate) AbstractMutableFloatValuesMap.select
(FloatPredicate predicate) SynchronizedByteFloatMap.select
(FloatPredicate predicate) SynchronizedCharFloatMap.select
(FloatPredicate predicate) SynchronizedDoubleFloatMap.select
(FloatPredicate predicate) SynchronizedFloatFloatMap.select
(FloatPredicate predicate) SynchronizedIntFloatMap.select
(FloatPredicate predicate) SynchronizedLongFloatMap.select
(FloatPredicate predicate) SynchronizedShortFloatMap.select
(FloatPredicate predicate) UnmodifiableByteFloatMap.select
(FloatPredicate predicate) UnmodifiableCharFloatMap.select
(FloatPredicate predicate) UnmodifiableDoubleFloatMap.select
(FloatPredicate predicate) UnmodifiableFloatFloatMap.select
(FloatPredicate predicate) UnmodifiableIntFloatMap.select
(FloatPredicate predicate) UnmodifiableLongFloatMap.select
(FloatPredicate predicate) UnmodifiableShortFloatMap.select
(FloatPredicate predicate) AbstractMutableFloatKeySet.toBag()
ObjectFloatHashMap.toBag()
ObjectFloatHashMapWithHashingStrategy.toBag()
SynchronizedByteFloatMap.toBag()
SynchronizedCharFloatMap.toBag()
SynchronizedDoubleFloatMap.toBag()
SynchronizedFloatFloatMap.toBag()
SynchronizedIntFloatMap.toBag()
SynchronizedLongFloatMap.toBag()
SynchronizedObjectFloatMap.toBag()
SynchronizedShortFloatMap.toBag()
UnmodifiableByteFloatMap.toBag()
UnmodifiableCharFloatMap.toBag()
UnmodifiableDoubleFloatMap.toBag()
UnmodifiableFloatFloatMap.toBag()
UnmodifiableIntFloatMap.toBag()
UnmodifiableLongFloatMap.toBag()
UnmodifiableObjectFloatMap.toBag()
UnmodifiableShortFloatMap.toBag()
-
Uses of MutableFloatBag in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive that return MutableFloatBag -
Uses of MutableFloatBag in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return MutableFloatBag -
Uses of MutableFloatBag in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return MutableFloatBag