| Package | Description |
|---|---|
| org.eclipse.collections.impl.bag.mutable.primitive |
This package contains implementations of the mutable primitive bag interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
static DoubleHashBag |
DoubleHashBag.newBag(DoubleBag source) |
static DoubleHashBag |
DoubleHashBag.newBag(DoubleIterable source) |
static DoubleHashBag |
DoubleHashBag.newBag(int size) |
static DoubleHashBag |
DoubleHashBag.newBagWith(double... source) |
DoubleHashBag |
DoubleHashBag.newEmpty()
Creates a new empty DoubleHashBag.
|
DoubleHashBag |
DoubleHashBag.reject(DoublePredicate predicate) |
DoubleHashBag |
DoubleHashBag.select(DoublePredicate predicate) |
DoubleHashBag |
DoubleHashBag.selectByOccurrences(IntPredicate predicate) |
DoubleHashBag |
DoubleHashBag.with(double element) |
DoubleHashBag |
DoubleHashBag.with(double element1,
double element2) |
DoubleHashBag |
DoubleHashBag.with(double element1,
double element2,
double element3) |
DoubleHashBag |
DoubleHashBag.withAll(DoubleIterable iterable) |
DoubleHashBag |
DoubleHashBag.without(double element) |
DoubleHashBag |
DoubleHashBag.withoutAll(DoubleIterable iterable) |
| Constructor and Description |
|---|
DoubleHashBag(DoubleHashBag bag) |
Copyright © 2004–2022. All rights reserved.