Uses of Interface
org.eclipse.collections.api.bag.primitive.MutableFloatBag
-
Packages that use MutableFloatBag Package Description org.eclipse.collections.api This package contains interfaces for Eclipse Collections API.org.eclipse.collections.api.bag This package contains interfaces for Bag API.org.eclipse.collections.api.bag.primitive This package contains API for Primitive Bags with Mutable and Immutable variants.org.eclipse.collections.api.factory.bag.primitive org.eclipse.collections.api.map This package contains interfaces for map API which enhance the performance and functionality ofMaporg.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. -
-
Uses of MutableFloatBag in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return MutableFloatBag Modifier and Type Method Description MutableFloatBagFloatIterable. 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 MutableFloatBag Modifier and Type Method Description default MutableFloatBagMutableBag. 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 MutableFloatBag Modifier and Type Method Description MutableFloatBagMutableFloatBag. asSynchronized()MutableFloatBagMutableFloatBag. asUnmodifiable()default MutableFloatBagMutableFloatBag. newEmpty()Creates a new empty mutable version of the same Bag type.MutableFloatBagMutableFloatBag. reject(FloatPredicate predicate)MutableFloatBagMutableFloatBag. select(FloatPredicate predicate)MutableFloatBagMutableFloatBag. selectByOccurrences(IntPredicate predicate)Returns all elements of the bag that have a number of occurrences that satisfy the predicate.default MutableFloatBagMutableFloatBag. selectDuplicates()Returns all elements of the bag that have more than one occurrence.default MutableFloatBagMutableFloatBag. tap(FloatProcedure procedure)MutableFloatBagMutableFloatBag. with(float element)MutableFloatBagMutableFloatBag. withAll(FloatIterable elements)MutableFloatBagMutableFloatBag. without(float element)MutableFloatBagMutableFloatBag. 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 MutableFloatBag Modifier and Type Method Description MutableFloatBagMutableFloatBagFactory. empty()MutableFloatBagMutableFloatBagFactory. of()Same asMutableFloatBagFactory.empty().MutableFloatBagMutableFloatBagFactory. of(float... items)Same asMutableFloatBagFactory.with(float[]).MutableFloatBagMutableFloatBagFactory. ofAll(Iterable<Float> iterable)MutableFloatBagMutableFloatBagFactory. ofAll(FloatIterable items)MutableFloatBagMutableFloatBagFactory. with()Same asMutableFloatBagFactory.empty().MutableFloatBagMutableFloatBagFactory. with(float... items)MutableFloatBagMutableFloatBagFactory. withAll(Iterable<Float> iterable)MutableFloatBagMutableFloatBagFactory. withAll(FloatIterable items) -
Uses of MutableFloatBag in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return MutableFloatBag Modifier and Type Method Description MutableFloatBagMutableMap. 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 MutableFloatBag Modifier and Type Method Description MutableFloatBagMutablePrimitiveObjectMap. collectFloat(FloatFunction<? super V> floatFunction)MutableFloatBagMutableFloatValuesMap. reject(FloatPredicate predicate)MutableFloatBagMutableFloatValuesMap. select(FloatPredicate predicate)
-