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 |
with()
Same as
empty() . |
ImmutableByteList |
with(byte... items) |
ImmutableByteList |
with(byte one) |
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–2016. All rights reserved.