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