Uses of Class
org.eclipse.collections.impl.bag.mutable.primitive.FloatHashBag
Packages that use FloatHashBag
Package
Description
This package contains implementations of the mutable primitive bag interfaces.
-
Uses of FloatHashBag in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive that return FloatHashBagModifier and TypeMethodDescriptionstatic FloatHashBagFloatHashBag.newBag(int size) static FloatHashBagstatic FloatHashBagFloatHashBag.newBag(FloatIterable source) static FloatHashBagFloatHashBag.newBagWith(float... source) FloatHashBag.newEmpty()Creates a new empty FloatHashBag.FloatHashBag.reject(FloatPredicate predicate) FloatHashBag.select(FloatPredicate predicate) FloatHashBag.selectByOccurrences(IntPredicate predicate) FloatHashBag.with(float element) FloatHashBag.with(float element1, float element2) FloatHashBag.with(float element1, float element2, float element3) FloatHashBag.withAll(FloatIterable iterable) FloatHashBag.without(float element) FloatHashBag.withoutAll(FloatIterable iterable) Constructors in org.eclipse.collections.impl.bag.mutable.primitive with parameters of type FloatHashBag