java.io.Serializable, java.lang.Comparable<MutableLongStackFactoryImpl>, MutableLongStackFactorypublic enum MutableLongStackFactoryImpl extends java.lang.Enum<MutableLongStackFactoryImpl> implements MutableLongStackFactory
MutableLongStack.
This file was automatically generated from template file mutablePrimitiveStackFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
MutableLongStack |
empty() |
|
MutableLongStack |
of() |
Same as
MutableLongStackFactory.empty(). |
MutableLongStack |
of(long... items) |
Same as
MutableLongStackFactory.with(long[]). |
MutableLongStack |
ofAll(java.lang.Iterable<java.lang.Long> iterable) |
Same as
#withAll(IterableLong). |
MutableLongStack |
ofAll(java.util.stream.LongStream items) |
|
MutableLongStack |
ofAll(LongIterable items) |
|
MutableLongStack |
ofAllReversed(LongIterable items) |
|
static MutableLongStackFactoryImpl |
valueOf(java.lang.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() |
Same as
MutableLongStackFactory.empty(). |
MutableLongStack |
with(long... items) |
|
MutableLongStack |
withAll(java.lang.Iterable<java.lang.Long> iterable) |
|
MutableLongStack |
withAll(java.util.stream.LongStream items) |
|
MutableLongStack |
withAll(LongIterable 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(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 MutableLongStack empty()
empty in interface MutableLongStackFactorypublic MutableLongStack of()
MutableLongStackFactoryMutableLongStackFactory.empty().of in interface MutableLongStackFactorypublic MutableLongStack with()
MutableLongStackFactoryMutableLongStackFactory.empty().with in interface MutableLongStackFactorypublic MutableLongStack of(long... items)
MutableLongStackFactoryMutableLongStackFactory.with(long[]).of in interface MutableLongStackFactorypublic MutableLongStack with(long... items)
with in interface MutableLongStackFactorypublic MutableLongStack ofAll(LongIterable items)
MutableLongStackFactoryofAll in interface MutableLongStackFactorypublic MutableLongStack withAll(LongIterable items)
withAll in interface MutableLongStackFactorypublic MutableLongStack ofAll(java.lang.Iterable<java.lang.Long> iterable)
MutableLongStackFactory#withAll(IterableLong).ofAll in interface MutableLongStackFactorypublic MutableLongStack withAll(java.lang.Iterable<java.lang.Long> iterable)
withAll in interface MutableLongStackFactorypublic MutableLongStack ofAllReversed(LongIterable items)
MutableLongStackFactoryofAllReversed in interface MutableLongStackFactorypublic MutableLongStack withAllReversed(LongIterable items)
withAllReversed in interface MutableLongStackFactorypublic MutableLongStack ofAll(java.util.stream.LongStream items)
ofAll in interface MutableLongStackFactorypublic MutableLongStack withAll(java.util.stream.LongStream items)
withAll in interface MutableLongStackFactoryCopyright © 2004–2020. All rights reserved.