java.io.Serializable, java.lang.Comparable<MutableDoubleSetFactoryImpl>, MutableDoubleSetFactorypublic enum MutableDoubleSetFactoryImpl extends java.lang.Enum<MutableDoubleSetFactoryImpl> implements MutableDoubleSetFactory
MutableDoubleSet.
This file was automatically generated from template file mutablePrimitiveSetFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
MutableDoubleSet |
empty() |
|
MutableDoubleSet |
of() |
Same as
MutableDoubleSetFactory.empty(). |
MutableDoubleSet |
of(double... items) |
|
MutableDoubleSet |
ofAll(java.lang.Iterable<java.lang.Double> iterable) |
Same as
#withAll(IterableDouble). |
MutableDoubleSet |
ofAll(java.util.stream.DoubleStream items) |
|
MutableDoubleSet |
ofAll(DoubleIterable items) |
|
static MutableDoubleSetFactoryImpl |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static MutableDoubleSetFactoryImpl[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
MutableDoubleSet |
with() |
Same as
MutableDoubleSetFactory.empty(). |
MutableDoubleSet |
with(double... items) |
|
MutableDoubleSet |
withAll(java.lang.Iterable<java.lang.Double> iterable) |
|
MutableDoubleSet |
withAll(java.util.stream.DoubleStream items) |
|
MutableDoubleSet |
withAll(DoubleIterable items) |
public static final MutableDoubleSetFactoryImpl INSTANCE
public static MutableDoubleSetFactoryImpl[] values()
for (MutableDoubleSetFactoryImpl c : MutableDoubleSetFactoryImpl.values()) System.out.println(c);
public static MutableDoubleSetFactoryImpl 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 MutableDoubleSet empty()
empty in interface MutableDoubleSetFactorypublic MutableDoubleSet of()
MutableDoubleSetFactoryMutableDoubleSetFactory.empty().of in interface MutableDoubleSetFactorypublic MutableDoubleSet with()
MutableDoubleSetFactoryMutableDoubleSetFactory.empty().with in interface MutableDoubleSetFactorypublic MutableDoubleSet of(double... items)
MutableDoubleSetFactoryof in interface MutableDoubleSetFactorypublic MutableDoubleSet with(double... items)
with in interface MutableDoubleSetFactorypublic MutableDoubleSet ofAll(DoubleIterable items)
MutableDoubleSetFactoryofAll in interface MutableDoubleSetFactorypublic MutableDoubleSet withAll(DoubleIterable items)
withAll in interface MutableDoubleSetFactorypublic MutableDoubleSet ofAll(java.lang.Iterable<java.lang.Double> iterable)
MutableDoubleSetFactory#withAll(IterableDouble).ofAll in interface MutableDoubleSetFactorypublic MutableDoubleSet withAll(java.lang.Iterable<java.lang.Double> iterable)
withAll in interface MutableDoubleSetFactorypublic MutableDoubleSet ofAll(java.util.stream.DoubleStream items)
ofAll in interface MutableDoubleSetFactorypublic MutableDoubleSet withAll(java.util.stream.DoubleStream items)
withAll in interface MutableDoubleSetFactoryCopyright © 2004–2020. All rights reserved.