public interface ImmutableByteListFactory
ImmutableByteList
.
This file was automatically generated from template file immutablePrimitiveListFactory.stg.Modifier and Type | Method and Description |
---|---|
ImmutableByteList |
of()
Same as
with() . |
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 |
with() |
ImmutableByteList |
with(byte... items) |
ImmutableByteList |
with(byte one) |
ImmutableByteList |
withAll(ByteIterable items) |
ImmutableByteList of()
with()
.ImmutableByteList with()
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.