public interface ImmutableByteStackFactory
ImmutableByteStack
.
This file was automatically generated from template file immutablePrimitiveStackFactory.stg.Modifier and Type | Method and Description |
---|---|
ImmutableByteStack |
empty() |
ImmutableByteStack |
of()
Same as
empty() . |
ImmutableByteStack |
of(byte... items)
Same as
with(byte[]) . |
ImmutableByteStack |
of(byte one)
Same as
with(byte) . |
ImmutableByteStack |
ofAll(ByteIterable items)
Same as
withAll(ByteIterable) . |
ImmutableByteStack |
ofAllReversed(ByteIterable items)
Same as
withAllReversed(ByteIterable) . |
ImmutableByteStack |
with()
Same as
empty() . |
ImmutableByteStack |
with(byte... items) |
ImmutableByteStack |
with(byte one) |
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 ofAllReversed(ByteIterable items)
withAllReversed(ByteIterable)
.ImmutableByteStack withAllReversed(ByteIterable items)
Copyright © 2004–2016. All rights reserved.