java.io.Serializable, java.lang.Comparable<ImmutableByteStackFactoryImpl>, 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 |
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 ofAll(java.lang.Iterable<java.lang.Byte> iterable)
ImmutableByteStackFactory#withAll(IterableByte).ofAll in interface ImmutableByteStackFactorypublic ImmutableByteStack withAll(java.lang.Iterable<java.lang.Byte> iterable)
withAll in interface ImmutableByteStackFactorypublic ImmutableByteStack ofAllReversed(ByteIterable items)
ImmutableByteStackFactoryofAllReversed in interface ImmutableByteStackFactorypublic ImmutableByteStack withAllReversed(ByteIterable items)
withAllReversed in interface ImmutableByteStackFactoryCopyright © 2004–2020. All rights reserved.