MutableDoubleBagFactoryImplpublic interface MutableDoubleBagFactory
MutableDoubleBag.
This file was automatically generated from template file mutablePrimitiveBagFactory.stg.| Modifier and Type | Method | Description |
|---|---|---|
MutableDoubleBag |
empty() |
|
MutableDoubleBag |
of() |
Same as
empty(). |
MutableDoubleBag |
of(double... items) |
Same as
with(double[]). |
MutableDoubleBag |
ofAll(java.util.stream.DoubleStream items) |
|
MutableDoubleBag |
ofAll(DoubleIterable items) |
Same as
withAll(DoubleIterable). |
MutableDoubleBag |
with() |
Same as
empty(). |
MutableDoubleBag |
with(double... items) |
|
MutableDoubleBag |
withAll(java.util.stream.DoubleStream items) |
|
MutableDoubleBag |
withAll(DoubleIterable items) |
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(java.util.stream.DoubleStream items)
MutableDoubleBag withAll(java.util.stream.DoubleStream items)
Copyright © 2004–2017. All rights reserved.