public enum ImmutableByteStackFactoryImpl extends Enum<ImmutableByteStackFactoryImpl> implements ImmutableByteStackFactory
ImmutableByteStack.
This file was automatically generated from template file immutablePrimitiveStackFactoryImpl.stg.| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
ImmutableByteStack |
empty() |
ImmutableByteStack |
of() |
ImmutableByteStack |
of(byte... items) |
ImmutableByteStack |
of(byte one) |
ImmutableByteStack |
ofAll(ByteIterable items) |
ImmutableByteStack |
ofAll(Iterable<Byte> iterable) |
ImmutableByteStack |
ofAllReversed(ByteIterable items) |
static ImmutableByteStackFactoryImpl |
valueOf(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() |
ImmutableByteStack |
with(byte... items) |
ImmutableByteStack |
with(byte one) |
ImmutableByteStack |
withAll(ByteIterable items) |
ImmutableByteStack |
withAll(Iterable<Byte> iterable) |
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(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 ImmutableByteStack empty()
empty in interface ImmutableByteStackFactorypublic ImmutableByteStack of()
of in interface ImmutableByteStackFactorypublic ImmutableByteStack with()
with in interface ImmutableByteStackFactorypublic ImmutableByteStack of(byte one)
of in interface ImmutableByteStackFactorypublic ImmutableByteStack with(byte one)
with in interface ImmutableByteStackFactorypublic ImmutableByteStack of(byte... items)
of in interface ImmutableByteStackFactorypublic ImmutableByteStack with(byte... items)
with in interface ImmutableByteStackFactorypublic ImmutableByteStack ofAll(ByteIterable items)
ofAll in interface ImmutableByteStackFactorypublic ImmutableByteStack withAll(ByteIterable items)
withAll in interface ImmutableByteStackFactorypublic ImmutableByteStack ofAll(Iterable<Byte> iterable)
ofAll in interface ImmutableByteStackFactorypublic ImmutableByteStack withAll(Iterable<Byte> iterable)
withAll in interface ImmutableByteStackFactorypublic ImmutableByteStack ofAllReversed(ByteIterable items)
ofAllReversed in interface ImmutableByteStackFactorypublic ImmutableByteStack withAllReversed(ByteIterable items)
withAllReversed in interface ImmutableByteStackFactoryCopyright © 2004–2019. All rights reserved.