Serializable
, Comparable<MutableDoubleSetFactoryImpl>
, MutableDoubleSetFactory
public enum MutableDoubleSetFactoryImpl extends 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(Iterable<Double> iterable) |
Same as
#withAll(IterableDouble) . |
MutableDoubleSet |
ofAll(DoubleStream items) |
|
MutableDoubleSet |
ofAll(DoubleIterable items) |
|
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() |
Same as
MutableDoubleSetFactory.empty() . |
MutableDoubleSet |
with(double... items) |
|
MutableDoubleSet |
withAll(Iterable<Double> iterable) |
|
MutableDoubleSet |
withAll(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(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 MutableDoubleSetFactory
public MutableDoubleSet of()
MutableDoubleSetFactory
MutableDoubleSetFactory.empty()
.of
in interface MutableDoubleSetFactory
public MutableDoubleSet with()
MutableDoubleSetFactory
MutableDoubleSetFactory.empty()
.with
in interface MutableDoubleSetFactory
public MutableDoubleSet of(double... items)
MutableDoubleSetFactory
of
in interface MutableDoubleSetFactory
public MutableDoubleSet with(double... items)
with
in interface MutableDoubleSetFactory
public MutableDoubleSet ofAll(DoubleIterable items)
MutableDoubleSetFactory
ofAll
in interface MutableDoubleSetFactory
public MutableDoubleSet withAll(DoubleIterable items)
withAll
in interface MutableDoubleSetFactory
public MutableDoubleSet ofAll(Iterable<Double> iterable)
MutableDoubleSetFactory
#withAll(IterableDouble)
.ofAll
in interface MutableDoubleSetFactory
public MutableDoubleSet withAll(Iterable<Double> iterable)
withAll
in interface MutableDoubleSetFactory
public MutableDoubleSet ofAll(DoubleStream items)
ofAll
in interface MutableDoubleSetFactory
public MutableDoubleSet withAll(DoubleStream items)
withAll
in interface MutableDoubleSetFactory
Copyright © 2004–2019. All rights reserved.