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
MapThis 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 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 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 MutableFloatBagModifier and TypeMethodDescriptionMutableFloatBag.asSynchronized()MutableFloatBag.asUnmodifiable()default MutableFloatBagMutableFloatBag.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 MutableFloatBagMutableFloatBag.selectDuplicates()Returns all elements of the bag that have more than one occurrence.default MutableFloatBagMutableFloatBag.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)