ImmutableDoubleBagFactorypublic enum ImmutableDoubleBagFactoryImpl extends java.lang.Enum<ImmutableDoubleBagFactoryImpl> implements ImmutableDoubleBagFactory
ImmutableDoubleBag.
This file was automatically generated from template file immutablePrimitiveBagFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
ImmutableDoubleBag |
empty() |
|
ImmutableDoubleBag |
of() |
Same as
ImmutableDoubleBagFactory.empty(). |
ImmutableDoubleBag |
of(double one) |
|
ImmutableDoubleBag |
of(double... items) |
|
ImmutableDoubleBag |
ofAll(java.util.stream.DoubleStream items) |
|
ImmutableDoubleBag |
ofAll(DoubleIterable items) |
|
static ImmutableDoubleBagFactoryImpl |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ImmutableDoubleBagFactoryImpl[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
ImmutableDoubleBag |
with() |
Same as
ImmutableDoubleBagFactory.empty(). |
ImmutableDoubleBag |
with(double one) |
|
ImmutableDoubleBag |
with(double... items) |
|
ImmutableDoubleBag |
withAll(java.util.stream.DoubleStream items) |
|
ImmutableDoubleBag |
withAll(DoubleIterable items) |
public static final ImmutableDoubleBagFactoryImpl INSTANCE
public static ImmutableDoubleBagFactoryImpl[] values()
for (ImmutableDoubleBagFactoryImpl c : ImmutableDoubleBagFactoryImpl.values()) System.out.println(c);
public static ImmutableDoubleBagFactoryImpl 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 ImmutableDoubleBag empty()
empty in interface ImmutableDoubleBagFactorypublic ImmutableDoubleBag of()
ImmutableDoubleBagFactoryImmutableDoubleBagFactory.empty().of in interface ImmutableDoubleBagFactorypublic ImmutableDoubleBag with()
ImmutableDoubleBagFactoryImmutableDoubleBagFactory.empty().with in interface ImmutableDoubleBagFactorypublic ImmutableDoubleBag of(double one)
ImmutableDoubleBagFactoryof in interface ImmutableDoubleBagFactorypublic ImmutableDoubleBag with(double one)
with in interface ImmutableDoubleBagFactorypublic ImmutableDoubleBag of(double... items)
ImmutableDoubleBagFactoryof in interface ImmutableDoubleBagFactorypublic ImmutableDoubleBag with(double... items)
with in interface ImmutableDoubleBagFactorypublic ImmutableDoubleBag ofAll(DoubleIterable items)
ImmutableDoubleBagFactoryofAll in interface ImmutableDoubleBagFactorypublic ImmutableDoubleBag withAll(DoubleIterable items)
withAll in interface ImmutableDoubleBagFactorypublic ImmutableDoubleBag ofAll(java.util.stream.DoubleStream items)
ofAll in interface ImmutableDoubleBagFactorypublic ImmutableDoubleBag withAll(java.util.stream.DoubleStream items)
withAll in interface ImmutableDoubleBagFactoryCopyright © 2004–2017. All rights reserved.