Interface ImmutableByteListFactory
- All Known Implementing Classes:
ImmutableByteListFactoryImpl
public interface ImmutableByteListFactory
A factory which creates instances of type
ImmutableByteList.
This file was automatically generated from template file immutablePrimitiveListFactory.stg.- Since:
- 3.2.
-
Method Summary
Modifier and Type Method Description ImmutableByteListempty()ImmutableByteListof()Same asempty().ImmutableByteListof(byte one)Same aswith(byte).ImmutableByteListof(byte... items)Same aswith(byte[]).ImmutableByteListofAll(Iterable<Byte> iterable)Same aswithAll(Iterable).ImmutableByteListofAll(ByteIterable items)Same aswithAll(ByteIterable).ImmutableByteListwith()Same asempty().ImmutableByteListwith(byte one)ImmutableByteListwith(byte... items)ImmutableByteListwithAll(Iterable<Byte> iterable)ImmutableByteListwithAll(ByteIterable items)
-
Method Details
-
empty
ImmutableByteList empty()- Since:
- 6.0
-
of
ImmutableByteList of()Same asempty(). -
with
ImmutableByteList with()Same asempty(). -
of
Same aswith(byte). -
with
-
of
Same aswith(byte[]). -
with
-
ofAll
Same aswithAll(ByteIterable). -
withAll
-
ofAll
Same aswithAll(Iterable). -
withAll
-