public class MutableByteStackFactoryImpl extends Object implements MutableByteStackFactory
MutableByteStack.
This file was automatically generated from template file mutablePrimitiveStackFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static MutableByteStackFactory |
INSTANCE |
| Constructor and Description |
|---|
MutableByteStackFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
MutableByteStack |
empty() |
MutableByteStack |
of() |
MutableByteStack |
of(byte... items) |
MutableByteStack |
ofAll(ByteIterable items) |
MutableByteStack |
ofAll(Iterable<Byte> iterable) |
MutableByteStack |
ofAllReversed(ByteIterable items) |
MutableByteStack |
with() |
MutableByteStack |
with(byte... items) |
MutableByteStack |
withAll(ByteIterable items) |
MutableByteStack |
withAll(Iterable<Byte> iterable) |
MutableByteStack |
withAllReversed(ByteIterable items) |
public static final MutableByteStackFactory INSTANCE
public MutableByteStack empty()
empty in interface MutableByteStackFactorypublic MutableByteStack of()
of in interface MutableByteStackFactorypublic MutableByteStack with()
with in interface MutableByteStackFactorypublic MutableByteStack of(byte... items)
of in interface MutableByteStackFactorypublic MutableByteStack with(byte... items)
with in interface MutableByteStackFactorypublic MutableByteStack ofAll(ByteIterable items)
ofAll in interface MutableByteStackFactorypublic MutableByteStack withAll(ByteIterable items)
withAll in interface MutableByteStackFactorypublic MutableByteStack ofAll(Iterable<Byte> iterable)
ofAll in interface MutableByteStackFactorypublic MutableByteStack withAll(Iterable<Byte> iterable)
withAll in interface MutableByteStackFactorypublic MutableByteStack ofAllReversed(ByteIterable items)
ofAllReversed in interface MutableByteStackFactorypublic MutableByteStack withAllReversed(ByteIterable items)
withAllReversed in interface MutableByteStackFactoryCopyright © 2004–2022. All rights reserved.