MutableLongSetFactorypublic enum MutableLongSetFactoryImpl extends java.lang.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(java.util.stream.LongStream items) |
|
MutableLongSet |
ofAll(LongIterable items) |
|
static MutableLongSetFactoryImpl |
valueOf(java.lang.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(java.util.stream.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(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 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(java.util.stream.LongStream items)
ofAll in interface MutableLongSetFactorypublic MutableLongSet withAll(java.util.stream.LongStream items)
withAll in interface MutableLongSetFactoryCopyright © 2004–2017. All rights reserved.