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