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