public interface MutableByteStackFactory
MutableByteStack.
This file was automatically generated from template file mutablePrimitiveStackFactory.stg.| Modifier and Type | Method and Description |
|---|---|
MutableByteStack |
empty() |
MutableByteStack |
of()
Same as
empty(). |
MutableByteStack |
of(byte... items)
Same as
with(byte[]). |
MutableByteStack |
ofAll(ByteIterable items)
Same as
withAll(ByteIterable). |
MutableByteStack |
ofAll(Iterable<Byte> iterable)
Same as
withAll(Iterable). |
MutableByteStack |
ofAllReversed(ByteIterable items)
Same as
withAllReversed(ByteIterable). |
MutableByteStack |
with()
Same as
empty(). |
MutableByteStack |
with(byte... items) |
MutableByteStack |
withAll(ByteIterable items) |
MutableByteStack |
withAll(Iterable<Byte> iterable) |
MutableByteStack |
withAllReversed(ByteIterable items) |
MutableByteStack empty()
MutableByteStack of()
empty().MutableByteStack with()
empty().MutableByteStack of(byte... items)
with(byte[]).MutableByteStack with(byte... items)
MutableByteStack ofAll(ByteIterable items)
withAll(ByteIterable).MutableByteStack withAll(ByteIterable items)
MutableByteStack ofAll(Iterable<Byte> iterable)
withAll(Iterable).MutableByteStack withAll(Iterable<Byte> iterable)
MutableByteStack ofAllReversed(ByteIterable items)
withAllReversed(ByteIterable).MutableByteStack withAllReversed(ByteIterable items)
Copyright © 2004–2021. All rights reserved.