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