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