public enum ImmutableDoubleBagFactoryImpl extends Enum<ImmutableDoubleBagFactoryImpl> implements ImmutableDoubleBagFactory
ImmutableDoubleBag.
This file was automatically generated from template file immutablePrimitiveBagFactoryImpl.stg.| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
ImmutableDoubleBag |
empty() |
ImmutableDoubleBag |
of() |
ImmutableDoubleBag |
of(double... items) |
ImmutableDoubleBag |
of(double one) |
ImmutableDoubleBag |
ofAll(DoubleIterable items) |
ImmutableDoubleBag |
ofAll(DoubleStream items) |
ImmutableDoubleBag |
ofAll(Iterable<Double> iterable) |
static ImmutableDoubleBagFactoryImpl |
valueOf(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() |
ImmutableDoubleBag |
with(double... items) |
ImmutableDoubleBag |
with(double one) |
ImmutableDoubleBag |
withAll(DoubleIterable items) |
ImmutableDoubleBag |
withAll(DoubleStream items) |
ImmutableDoubleBag |
withAll(Iterable<Double> iterable) |
public static final ImmutableDoubleBagFactoryImpl INSTANCE
public static ImmutableDoubleBagFactoryImpl[] values()
for (ImmutableDoubleBagFactoryImpl c : ImmutableDoubleBagFactoryImpl.values()) System.out.println(c);
public static ImmutableDoubleBagFactoryImpl 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 ImmutableDoubleBag empty()
empty in interface ImmutableDoubleBagFactorypublic ImmutableDoubleBag of()
of in interface ImmutableDoubleBagFactorypublic ImmutableDoubleBag with()
with in interface ImmutableDoubleBagFactorypublic ImmutableDoubleBag of(double one)
of in interface ImmutableDoubleBagFactorypublic ImmutableDoubleBag with(double one)
with in interface ImmutableDoubleBagFactorypublic ImmutableDoubleBag of(double... items)
of in interface ImmutableDoubleBagFactorypublic ImmutableDoubleBag with(double... items)
with in interface ImmutableDoubleBagFactorypublic ImmutableDoubleBag ofAll(DoubleIterable items)
ofAll in interface ImmutableDoubleBagFactorypublic ImmutableDoubleBag withAll(DoubleIterable items)
withAll in interface ImmutableDoubleBagFactorypublic ImmutableDoubleBag ofAll(Iterable<Double> iterable)
ofAll in interface ImmutableDoubleBagFactorypublic ImmutableDoubleBag withAll(Iterable<Double> iterable)
withAll in interface ImmutableDoubleBagFactorypublic ImmutableDoubleBag ofAll(DoubleStream items)
ofAll in interface ImmutableDoubleBagFactorypublic ImmutableDoubleBag withAll(DoubleStream items)
withAll in interface ImmutableDoubleBagFactoryCopyright © 2004–2020. All rights reserved.