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