Serializable, Comparable<MutableLongSetFactoryImpl>, MutableLongSetFactorypublic enum MutableLongSetFactoryImpl extends Enum<MutableLongSetFactoryImpl> implements MutableLongSetFactory
MutableLongSet.
This file was automatically generated from template file mutablePrimitiveSetFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
MutableLongSet |
empty() |
|
MutableLongSet |
of() |
Same as
MutableLongSetFactory.empty(). |
MutableLongSet |
of(long... items) |
Same as
MutableLongSetFactory.with(long[]). |
MutableLongSet |
ofAll(Iterable<Long> iterable) |
Same as
#withAll(IterableLong). |
MutableLongSet |
ofAll(LongStream items) |
|
MutableLongSet |
ofAll(LongIterable items) |
|
static MutableLongSetFactoryImpl |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static MutableLongSetFactoryImpl[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
MutableLongSet |
with() |
Same as
MutableLongSetFactory.empty(). |
MutableLongSet |
with(long... items) |
|
MutableLongSet |
withAll(Iterable<Long> iterable) |
|
MutableLongSet |
withAll(LongStream items) |
|
MutableLongSet |
withAll(LongIterable items) |
public static final MutableLongSetFactoryImpl INSTANCE
public static MutableLongSetFactoryImpl[] values()
for (MutableLongSetFactoryImpl c : MutableLongSetFactoryImpl.values()) System.out.println(c);
public static MutableLongSetFactoryImpl 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 MutableLongSet empty()
empty in interface MutableLongSetFactorypublic MutableLongSet of()
MutableLongSetFactoryMutableLongSetFactory.empty().of in interface MutableLongSetFactorypublic MutableLongSet with()
MutableLongSetFactoryMutableLongSetFactory.empty().with in interface MutableLongSetFactorypublic MutableLongSet of(long... items)
MutableLongSetFactoryMutableLongSetFactory.with(long[]).of in interface MutableLongSetFactorypublic MutableLongSet with(long... items)
with in interface MutableLongSetFactorypublic MutableLongSet ofAll(LongIterable items)
MutableLongSetFactoryofAll in interface MutableLongSetFactorypublic MutableLongSet withAll(LongIterable items)
withAll in interface MutableLongSetFactorypublic MutableLongSet ofAll(Iterable<Long> iterable)
MutableLongSetFactory#withAll(IterableLong).ofAll in interface MutableLongSetFactorypublic MutableLongSet withAll(Iterable<Long> iterable)
withAll in interface MutableLongSetFactorypublic MutableLongSet ofAll(LongStream items)
ofAll in interface MutableLongSetFactorypublic MutableLongSet withAll(LongStream items)
withAll in interface MutableLongSetFactoryCopyright © 2004–2019. All rights reserved.