public class MutableDoubleBagFactoryImpl extends Object implements MutableDoubleBagFactory
MutableDoubleBag.
This file was automatically generated from template file mutablePrimitiveBagFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static MutableDoubleBagFactory |
INSTANCE |
| Constructor and Description |
|---|
MutableDoubleBagFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
MutableDoubleBag |
empty() |
MutableDoubleBag |
of() |
MutableDoubleBag |
of(double... items) |
MutableDoubleBag |
ofAll(DoubleIterable items) |
MutableDoubleBag |
ofAll(DoubleStream items) |
MutableDoubleBag |
ofAll(Iterable<Double> iterable) |
MutableDoubleBag |
with() |
MutableDoubleBag |
with(double... items) |
MutableDoubleBag |
withAll(DoubleIterable items) |
MutableDoubleBag |
withAll(DoubleStream items) |
MutableDoubleBag |
withAll(Iterable<Double> iterable) |
public static final MutableDoubleBagFactory INSTANCE
public MutableDoubleBag empty()
empty in interface MutableDoubleBagFactorypublic MutableDoubleBag of()
of in interface MutableDoubleBagFactorypublic MutableDoubleBag with()
with in interface MutableDoubleBagFactorypublic MutableDoubleBag of(double... items)
of in interface MutableDoubleBagFactorypublic MutableDoubleBag with(double... items)
with in interface MutableDoubleBagFactorypublic MutableDoubleBag ofAll(DoubleIterable items)
ofAll in interface MutableDoubleBagFactorypublic MutableDoubleBag withAll(DoubleIterable items)
withAll in interface MutableDoubleBagFactorypublic MutableDoubleBag ofAll(Iterable<Double> iterable)
ofAll in interface MutableDoubleBagFactorypublic MutableDoubleBag withAll(Iterable<Double> iterable)
withAll in interface MutableDoubleBagFactorypublic MutableDoubleBag ofAll(DoubleStream items)
ofAll in interface MutableDoubleBagFactorypublic MutableDoubleBag withAll(DoubleStream items)
withAll in interface MutableDoubleBagFactoryCopyright © 2004–2022. All rights reserved.