ImmutableByteStackFactoryImplpublic interface ImmutableByteStackFactory
ImmutableByteStack.
This file was automatically generated from template file immutablePrimitiveStackFactory.stg.| Modifier and Type | Method | Description |
|---|---|---|
ImmutableByteStack |
empty() |
|
ImmutableByteStack |
of() |
Same as
empty(). |
ImmutableByteStack |
of(byte one) |
Same as
with(byte). |
ImmutableByteStack |
of(byte... items) |
Same as
with(byte[]). |
ImmutableByteStack |
ofAll(java.lang.Iterable<java.lang.Byte> iterable) |
Same as
#withAll(IterableByte). |
ImmutableByteStack |
ofAll(ByteIterable items) |
Same as
withAll(ByteIterable). |
ImmutableByteStack |
ofAllReversed(ByteIterable items) |
Same as
withAllReversed(ByteIterable). |
ImmutableByteStack |
with() |
Same as
empty(). |
ImmutableByteStack |
with(byte one) |
|
ImmutableByteStack |
with(byte... items) |
|
ImmutableByteStack |
withAll(java.lang.Iterable<java.lang.Byte> iterable) |
|
ImmutableByteStack |
withAll(ByteIterable items) |
|
ImmutableByteStack |
withAllReversed(ByteIterable items) |
ImmutableByteStack empty()
ImmutableByteStack of()
empty().ImmutableByteStack with()
empty().ImmutableByteStack of(byte one)
with(byte).ImmutableByteStack with(byte one)
ImmutableByteStack of(byte... items)
with(byte[]).ImmutableByteStack with(byte... items)
ImmutableByteStack ofAll(ByteIterable items)
withAll(ByteIterable).ImmutableByteStack withAll(ByteIterable items)
ImmutableByteStack ofAll(java.lang.Iterable<java.lang.Byte> iterable)
#withAll(IterableByte).ImmutableByteStack withAll(java.lang.Iterable<java.lang.Byte> iterable)
ImmutableByteStack ofAllReversed(ByteIterable items)
withAllReversed(ByteIterable).ImmutableByteStack withAllReversed(ByteIterable items)
Copyright © 2004–2020. All rights reserved.