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 DoubleHashBag
DoubleHashBag.newBag
(int size) static DoubleHashBag
static DoubleHashBag
DoubleHashBag.newBag
(DoubleIterable source) static DoubleHashBag
DoubleHashBag.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