public enum MutableDoubleBagFactoryImpl extends Enum<MutableDoubleBagFactoryImpl> implements MutableDoubleBagFactory
MutableDoubleBag.
This file was automatically generated from template file mutablePrimitiveBagFactoryImpl.stg.| Enum Constant and Description |
|---|
INSTANCE |
| 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) |
static MutableDoubleBagFactoryImpl |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MutableDoubleBagFactoryImpl[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
MutableDoubleBag |
with() |
MutableDoubleBag |
with(double... items) |
MutableDoubleBag |
withAll(DoubleIterable items) |
MutableDoubleBag |
withAll(DoubleStream items) |
MutableDoubleBag |
withAll(Iterable<Double> iterable) |
public static final MutableDoubleBagFactoryImpl INSTANCE
public static MutableDoubleBagFactoryImpl[] values()
for (MutableDoubleBagFactoryImpl c : MutableDoubleBagFactoryImpl.values()) System.out.println(c);
public static MutableDoubleBagFactoryImpl valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic 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–2019. All rights reserved.