public class ImmutableByteStackFactoryImpl extends Object implements ImmutableByteStackFactory
ImmutableByteStack.
This file was automatically generated from template file immutablePrimitiveStackFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static ImmutableByteStackFactory |
INSTANCE |
| Constructor and Description |
|---|
ImmutableByteStackFactoryImpl() |
| 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) |
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 ImmutableByteStackFactory INSTANCE
public 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–2022. All rights reserved.