Interface MutableByteStackFactory
- All Known Implementing Classes:
MutableByteStackFactoryImpl
public interface MutableByteStackFactory
A factory which creates instances of type
MutableByteStack.
This file was automatically generated from template file mutablePrimitiveStackFactory.stg.- Since:
- 6.0.
-
Method Summary
Modifier and Type Method Description MutableByteStackempty()MutableByteStackof()Same asempty().MutableByteStackof(byte... items)Same aswith(byte[]).MutableByteStackofAll(Iterable<Byte> iterable)Same aswithAll(Iterable).MutableByteStackofAll(ByteIterable items)Same aswithAll(ByteIterable).MutableByteStackofAllReversed(ByteIterable items)Same aswithAllReversed(ByteIterable).MutableByteStackwith()Same asempty().MutableByteStackwith(byte... items)MutableByteStackwithAll(Iterable<Byte> iterable)MutableByteStackwithAll(ByteIterable items)MutableByteStackwithAllReversed(ByteIterable items)
-
Method Details
-
empty
MutableByteStack empty() -
of
MutableByteStack of()Same asempty(). -
with
MutableByteStack with()Same asempty(). -
of
Same aswith(byte[]). -
with
-
ofAll
Same aswithAll(ByteIterable). -
withAll
-
ofAll
Same aswithAll(Iterable). -
withAll
-
ofAllReversed
Same aswithAllReversed(ByteIterable). -
withAllReversed
-