ImmutableByteStackFactorypublic enum ImmutableByteStackFactoryImpl extends java.lang.Enum<ImmutableByteStackFactoryImpl> implements ImmutableByteStackFactory
ImmutableByteStack.
This file was automatically generated from template file immutablePrimitiveStackFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
ImmutableByteStack |
empty() |
|
ImmutableByteStack |
of() |
Same as
ImmutableByteStackFactory.empty(). |
ImmutableByteStack |
of(byte one) |
Same as
ImmutableByteStackFactory.with(byte). |
ImmutableByteStack |
of(byte... items) |
|
ImmutableByteStack |
ofAll(ByteIterable items) |
|
ImmutableByteStack |
ofAllReversed(ByteIterable items) |
|
static ImmutableByteStackFactoryImpl |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ImmutableByteStackFactoryImpl[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
ImmutableByteStack |
with() |
Same as
ImmutableByteStackFactory.empty(). |
ImmutableByteStack |
with(byte one) |
|
ImmutableByteStack |
with(byte... items) |
|
ImmutableByteStack |
withAll(ByteIterable items) |
|
ImmutableByteStack |
withAllReversed(ByteIterable items) |
public static final ImmutableByteStackFactoryImpl INSTANCE
public static ImmutableByteStackFactoryImpl[] values()
for (ImmutableByteStackFactoryImpl c : ImmutableByteStackFactoryImpl.values()) System.out.println(c);
public static ImmutableByteStackFactoryImpl 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 ImmutableByteStack empty()
empty in interface ImmutableByteStackFactorypublic ImmutableByteStack of()
ImmutableByteStackFactoryImmutableByteStackFactory.empty().of in interface ImmutableByteStackFactorypublic ImmutableByteStack with()
ImmutableByteStackFactoryImmutableByteStackFactory.empty().with in interface ImmutableByteStackFactorypublic ImmutableByteStack of(byte one)
ImmutableByteStackFactoryImmutableByteStackFactory.with(byte).of in interface ImmutableByteStackFactorypublic ImmutableByteStack with(byte one)
with in interface ImmutableByteStackFactorypublic ImmutableByteStack of(byte... items)
ImmutableByteStackFactoryof in interface ImmutableByteStackFactorypublic ImmutableByteStack with(byte... items)
with in interface ImmutableByteStackFactorypublic ImmutableByteStack ofAll(ByteIterable items)
ImmutableByteStackFactoryofAll in interface ImmutableByteStackFactorypublic ImmutableByteStack withAll(ByteIterable items)
withAll in interface ImmutableByteStackFactorypublic ImmutableByteStack ofAllReversed(ByteIterable items)
ImmutableByteStackFactoryofAllReversed in interface ImmutableByteStackFactorypublic ImmutableByteStack withAllReversed(ByteIterable items)
withAllReversed in interface ImmutableByteStackFactoryCopyright © 2004–2018. All rights reserved.