public enum MutableLongSetFactoryImpl extends Enum<MutableLongSetFactoryImpl> implements MutableLongSetFactory
MutableLongSet.
This file was automatically generated from template file mutablePrimitiveSetFactoryImpl.stg.| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
MutableLongSet |
empty() |
MutableLongSet |
of() |
MutableLongSet |
of(long... items) |
MutableLongSet |
ofAll(Iterable<Long> iterable) |
MutableLongSet |
ofAll(LongIterable items) |
MutableLongSet |
ofAll(LongStream 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() |
MutableLongSet |
with(long... items) |
MutableLongSet |
withAll(Iterable<Long> iterable) |
MutableLongSet |
withAll(LongIterable items) |
MutableLongSet |
withAll(LongStream items) |
MutableLongSet |
withInitialCapacity(int capacity) |
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()
of in interface MutableLongSetFactorypublic MutableLongSet with()
with in interface MutableLongSetFactorypublic MutableLongSet withInitialCapacity(int capacity)
withInitialCapacity in interface MutableLongSetFactorypublic MutableLongSet of(long... items)
of in interface MutableLongSetFactorypublic MutableLongSet with(long... items)
with in interface MutableLongSetFactorypublic MutableLongSet ofAll(LongIterable items)
ofAll in interface MutableLongSetFactorypublic MutableLongSet withAll(LongIterable items)
withAll in interface MutableLongSetFactorypublic MutableLongSet ofAll(Iterable<Long> iterable)
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–2020. All rights reserved.