public interface MutableDoubleBagFactory
MutableDoubleBag.
This file was automatically generated from template file mutablePrimitiveBagFactory.stg.| Modifier and Type | Method and Description |
|---|---|
MutableDoubleBag |
empty() |
MutableDoubleBag |
of()
Same as
empty(). |
MutableDoubleBag |
of(double... items)
Same as
with(double[]). |
MutableDoubleBag |
ofAll(DoubleIterable items)
Same as
withAll(DoubleIterable). |
MutableDoubleBag |
ofAll(DoubleStream items) |
MutableDoubleBag |
ofAll(Iterable<Double> iterable)
Same as
withAll(Iterable). |
MutableDoubleBag |
with()
Same as
empty(). |
MutableDoubleBag |
with(double... items) |
MutableDoubleBag |
withAll(DoubleIterable items) |
MutableDoubleBag |
withAll(DoubleStream items) |
MutableDoubleBag |
withAll(Iterable<Double> iterable) |
MutableDoubleBag empty()
MutableDoubleBag of()
empty().MutableDoubleBag with()
empty().MutableDoubleBag of(double... items)
with(double[]).MutableDoubleBag with(double... items)
MutableDoubleBag ofAll(DoubleIterable items)
withAll(DoubleIterable).MutableDoubleBag withAll(DoubleIterable items)
MutableDoubleBag ofAll(Iterable<Double> iterable)
withAll(Iterable).MutableDoubleBag withAll(Iterable<Double> iterable)
MutableDoubleBag ofAll(DoubleStream items)
MutableDoubleBag withAll(DoubleStream items)
Copyright © 2004–2021. All rights reserved.