public class MutableByteStackFactoryImpl extends Object implements MutableByteStackFactory
MutableByteStack.
This file was automatically generated from template file mutablePrimitiveStackFactoryImpl.stg.| Constructor and Description |
|---|
MutableByteStackFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
MutableByteStack |
empty() |
MutableByteStack |
of()
Same as
MutableByteStackFactory.empty(). |
MutableByteStack |
of(byte... items)
Same as
MutableByteStackFactory.with(byte[]). |
MutableByteStack |
ofAll(ByteIterable items)
|
MutableByteStack |
ofAllReversed(ByteIterable items)
|
MutableByteStack |
with()
Same as
MutableByteStackFactory.empty(). |
MutableByteStack |
with(byte... items) |
MutableByteStack |
withAll(ByteIterable items) |
MutableByteStack |
withAllReversed(ByteIterable items) |
public MutableByteStack empty()
empty in interface MutableByteStackFactorypublic MutableByteStack of()
MutableByteStackFactoryMutableByteStackFactory.empty().of in interface MutableByteStackFactorypublic MutableByteStack with()
MutableByteStackFactoryMutableByteStackFactory.empty().with in interface MutableByteStackFactorypublic MutableByteStack of(byte... items)
MutableByteStackFactoryMutableByteStackFactory.with(byte[]).of in interface MutableByteStackFactorypublic MutableByteStack with(byte... items)
with in interface MutableByteStackFactorypublic MutableByteStack ofAll(ByteIterable items)
MutableByteStackFactoryofAll in interface MutableByteStackFactorypublic MutableByteStack withAll(ByteIterable items)
withAll in interface MutableByteStackFactorypublic MutableByteStack ofAllReversed(ByteIterable items)
MutableByteStackFactoryofAllReversed in interface MutableByteStackFactorypublic MutableByteStack withAllReversed(ByteIterable items)
withAllReversed in interface MutableByteStackFactoryCopyright © 2004–2016. All rights reserved.