Interface MutableByteStackFactory
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 TypeMethodDescriptionempty()of()Same asempty().of(byte... items) Same aswith(byte[]).Same aswithAll(Iterable).ofAll(ByteIterable items) Same aswithAll(ByteIterable).ofAllReversed(ByteIterable items) Same aswithAllReversed(ByteIterable).with()Same asempty().with(byte... items) withAll(ByteIterable items) withAllReversed(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
-