public enum MutableDoubleSetFactoryImpl extends Enum<MutableDoubleSetFactoryImpl> implements MutableDoubleSetFactory
MutableDoubleSet.
This file was automatically generated from template file mutablePrimitiveSetFactoryImpl.stg.| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
MutableDoubleSet |
empty() |
MutableDoubleSet |
of() |
MutableDoubleSet |
of(double... items) |
MutableDoubleSet |
ofAll(DoubleIterable items) |
MutableDoubleSet |
ofAll(DoubleStream items) |
MutableDoubleSet |
ofAll(Iterable<Double> iterable) |
static MutableDoubleSetFactoryImpl |
valueOf(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() |
MutableDoubleSet |
with(double... items) |
MutableDoubleSet |
withAll(DoubleIterable items) |
MutableDoubleSet |
withAll(DoubleStream items) |
MutableDoubleSet |
withAll(Iterable<Double> iterable) |
MutableDoubleSet |
withInitialCapacity(int capacity) |
public static final MutableDoubleSetFactoryImpl INSTANCE
public static MutableDoubleSetFactoryImpl[] values()
for (MutableDoubleSetFactoryImpl c : MutableDoubleSetFactoryImpl.values()) System.out.println(c);
public static MutableDoubleSetFactoryImpl 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 MutableDoubleSet empty()
empty in interface MutableDoubleSetFactorypublic MutableDoubleSet of()
of in interface MutableDoubleSetFactorypublic MutableDoubleSet with()
with in interface MutableDoubleSetFactorypublic MutableDoubleSet withInitialCapacity(int capacity)
withInitialCapacity in interface MutableDoubleSetFactorypublic MutableDoubleSet of(double... items)
of in interface MutableDoubleSetFactorypublic MutableDoubleSet with(double... items)
with in interface MutableDoubleSetFactorypublic MutableDoubleSet ofAll(DoubleIterable items)
ofAll in interface MutableDoubleSetFactorypublic MutableDoubleSet withAll(DoubleIterable items)
withAll in interface MutableDoubleSetFactorypublic MutableDoubleSet ofAll(Iterable<Double> iterable)
ofAll in interface MutableDoubleSetFactorypublic MutableDoubleSet withAll(Iterable<Double> iterable)
withAll in interface MutableDoubleSetFactorypublic MutableDoubleSet ofAll(DoubleStream items)
ofAll in interface MutableDoubleSetFactorypublic MutableDoubleSet withAll(DoubleStream items)
withAll in interface MutableDoubleSetFactoryCopyright © 2004–2021. All rights reserved.