Uses of Class
org.eclipse.collections.impl.bag.mutable.primitive.DoubleHashBag
-
Packages that use DoubleHashBag Package Description org.eclipse.collections.impl.bag.mutable.primitive 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 DoubleHashBag Modifier and Type Method Description static DoubleHashBagDoubleHashBag. newBag(int size)static DoubleHashBagDoubleHashBag. newBag(DoubleBag source)static DoubleHashBagDoubleHashBag. newBag(DoubleIterable source)static DoubleHashBagDoubleHashBag. newBagWith(double... source)DoubleHashBagDoubleHashBag. newEmpty()Creates a new empty DoubleHashBag.DoubleHashBagDoubleHashBag. reject(DoublePredicate predicate)DoubleHashBagDoubleHashBag. select(DoublePredicate predicate)DoubleHashBagDoubleHashBag. selectByOccurrences(IntPredicate predicate)DoubleHashBagDoubleHashBag. with(double element)DoubleHashBagDoubleHashBag. with(double element1, double element2)DoubleHashBagDoubleHashBag. with(double element1, double element2, double element3)DoubleHashBagDoubleHashBag. withAll(DoubleIterable iterable)DoubleHashBagDoubleHashBag. without(double element)DoubleHashBagDoubleHashBag. withoutAll(DoubleIterable iterable)Constructors in org.eclipse.collections.impl.bag.mutable.primitive with parameters of type DoubleHashBag Constructor Description DoubleHashBag(DoubleHashBag bag)
-