MutableByteStackFactorypublic enum MutableByteStackFactoryImpl extends java.lang.Enum<MutableByteStackFactoryImpl> implements MutableByteStackFactory
MutableByteStack.
This file was automatically generated from template file mutablePrimitiveStackFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
MutableByteStack |
empty() |
|
MutableByteStack |
of() |
Same as
MutableByteStackFactory.empty(). |
MutableByteStack |
of(byte... items) |
Same as
MutableByteStackFactory.with(byte[]). |
MutableByteStack |
ofAll(ByteIterable items) |
|
MutableByteStack |
ofAllReversed(ByteIterable items) |
|
static MutableByteStackFactoryImpl |
valueOf(java.lang.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() |
Same as
MutableByteStackFactory.empty(). |
MutableByteStack |
with(byte... items) |
|
MutableByteStack |
withAll(ByteIterable items) |
|
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(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 MutableByteStack empty()
empty in interface MutableByteStackFactorypublic MutableByteStack of()
MutableByteStackFactoryMutableByteStackFactory.empty().of in interface MutableByteStackFactorypublic MutableByteStack with()
MutableByteStackFactoryMutableByteStackFactory.empty().with in interface MutableByteStackFactorypublic MutableByteStack of(byte... items)
MutableByteStackFactoryMutableByteStackFactory.with(byte[]).of in interface MutableByteStackFactorypublic MutableByteStack with(byte... items)
with in interface MutableByteStackFactorypublic MutableByteStack ofAll(ByteIterable items)
MutableByteStackFactoryofAll in interface MutableByteStackFactorypublic MutableByteStack withAll(ByteIterable items)
withAll in interface MutableByteStackFactorypublic MutableByteStack ofAllReversed(ByteIterable items)
MutableByteStackFactoryofAllReversed in interface MutableByteStackFactorypublic MutableByteStack withAllReversed(ByteIterable items)
withAllReversed in interface MutableByteStackFactoryCopyright © 2004–2018. All rights reserved.