ImmutableByteListFactoryImpl
public 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(Iterable<Byte> iterable) |
Same as
#withAll(IterableByte) . |
ImmutableByteList |
ofAll(ByteIterable items) |
Same as
withAll(ByteIterable) . |
ImmutableByteList |
with() |
Same as
empty() . |
ImmutableByteList |
with(byte one) |
|
ImmutableByteList |
with(byte... items) |
|
ImmutableByteList |
withAll(Iterable<Byte> iterable) |
|
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)
ImmutableByteList ofAll(Iterable<Byte> iterable)
#withAll(IterableByte)
.ImmutableByteList withAll(Iterable<Byte> iterable)
Copyright © 2004–2019. All rights reserved.