MutableByteStackFactoryImpl
public 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(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(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 ofAllReversed(ByteIterable items)
withAllReversed(ByteIterable)
.MutableByteStack withAllReversed(ByteIterable items)
Copyright © 2004–2017. All rights reserved.