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 |
with()
Same as
empty() . |
MutableDoubleBag |
with(double... 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)
Copyright © 2004–2016. All rights reserved.