public enum MutableLongStackFactoryImpl extends Enum<MutableLongStackFactoryImpl> implements MutableLongStackFactory
MutableLongStack.
This file was automatically generated from template file mutablePrimitiveStackFactoryImpl.stg.| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
MutableLongStack |
empty() |
MutableLongStack |
of() |
MutableLongStack |
of(long... items) |
MutableLongStack |
ofAll(Iterable<Long> iterable) |
MutableLongStack |
ofAll(LongIterable items) |
MutableLongStack |
ofAll(LongStream items) |
MutableLongStack |
ofAllReversed(LongIterable items) |
static MutableLongStackFactoryImpl |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MutableLongStackFactoryImpl[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
MutableLongStack |
with() |
MutableLongStack |
with(long... items) |
MutableLongStack |
withAll(Iterable<Long> iterable) |
MutableLongStack |
withAll(LongIterable items) |
MutableLongStack |
withAll(LongStream items) |
MutableLongStack |
withAllReversed(LongIterable items) |
public static final MutableLongStackFactoryImpl INSTANCE
public static MutableLongStackFactoryImpl[] values()
for (MutableLongStackFactoryImpl c : MutableLongStackFactoryImpl.values()) System.out.println(c);
public static MutableLongStackFactoryImpl 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 MutableLongStack empty()
empty in interface MutableLongStackFactorypublic MutableLongStack of()
of in interface MutableLongStackFactorypublic MutableLongStack with()
with in interface MutableLongStackFactorypublic MutableLongStack of(long... items)
of in interface MutableLongStackFactorypublic MutableLongStack with(long... items)
with in interface MutableLongStackFactorypublic MutableLongStack ofAll(LongIterable items)
ofAll in interface MutableLongStackFactorypublic MutableLongStack withAll(LongIterable items)
withAll in interface MutableLongStackFactorypublic MutableLongStack ofAll(Iterable<Long> iterable)
ofAll in interface MutableLongStackFactorypublic MutableLongStack withAll(Iterable<Long> iterable)
withAll in interface MutableLongStackFactorypublic MutableLongStack ofAllReversed(LongIterable items)
ofAllReversed in interface MutableLongStackFactorypublic MutableLongStack withAllReversed(LongIterable items)
withAllReversed in interface MutableLongStackFactorypublic MutableLongStack ofAll(LongStream items)
ofAll in interface MutableLongStackFactorypublic MutableLongStack withAll(LongStream items)
withAll in interface MutableLongStackFactoryCopyright © 2004–2019. All rights reserved.