MutableDoubleBagFactorypublic enum MutableDoubleBagFactoryImpl extends java.lang.Enum<MutableDoubleBagFactoryImpl> implements MutableDoubleBagFactory
MutableDoubleBag.
This file was automatically generated from template file mutablePrimitiveBagFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
MutableDoubleBag |
empty() |
|
MutableDoubleBag |
of() |
Same as
MutableDoubleBagFactory.empty(). |
MutableDoubleBag |
of(double... items) |
|
MutableDoubleBag |
ofAll(java.util.stream.DoubleStream items) |
|
MutableDoubleBag |
ofAll(DoubleIterable items) |
|
static MutableDoubleBagFactoryImpl |
valueOf(java.lang.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() |
Same as
MutableDoubleBagFactory.empty(). |
MutableDoubleBag |
with(double... items) |
|
MutableDoubleBag |
withAll(java.util.stream.DoubleStream items) |
|
MutableDoubleBag |
withAll(DoubleIterable items) |
public static final MutableDoubleBagFactoryImpl INSTANCE
public static MutableDoubleBagFactoryImpl[] values()
for (MutableDoubleBagFactoryImpl c : MutableDoubleBagFactoryImpl.values()) System.out.println(c);
public static MutableDoubleBagFactoryImpl valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic MutableDoubleBag empty()
empty in interface MutableDoubleBagFactorypublic MutableDoubleBag of()
MutableDoubleBagFactoryMutableDoubleBagFactory.empty().of in interface MutableDoubleBagFactorypublic MutableDoubleBag with()
MutableDoubleBagFactoryMutableDoubleBagFactory.empty().with in interface MutableDoubleBagFactorypublic MutableDoubleBag of(double... items)
MutableDoubleBagFactoryof in interface MutableDoubleBagFactorypublic MutableDoubleBag with(double... items)
with in interface MutableDoubleBagFactorypublic MutableDoubleBag ofAll(DoubleIterable items)
MutableDoubleBagFactoryofAll in interface MutableDoubleBagFactorypublic MutableDoubleBag withAll(DoubleIterable items)
withAll in interface MutableDoubleBagFactorypublic MutableDoubleBag ofAll(java.util.stream.DoubleStream items)
ofAll in interface MutableDoubleBagFactorypublic MutableDoubleBag withAll(java.util.stream.DoubleStream items)
withAll in interface MutableDoubleBagFactoryCopyright © 2004–2017. All rights reserved.