public class ImmutableByteListFactoryImpl extends Object implements ImmutableByteListFactory
ImmutableByteList.
This file was automatically generated from template file immutablePrimitiveListFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static ImmutableByteListFactory |
INSTANCE |
| Constructor and Description |
|---|
ImmutableByteListFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableByteList |
empty() |
ImmutableByteList |
of() |
ImmutableByteList |
of(byte... items) |
ImmutableByteList |
of(byte one) |
ImmutableByteList |
ofAll(ByteIterable items) |
ImmutableByteList |
ofAll(Iterable<Byte> iterable) |
ImmutableByteList |
with() |
ImmutableByteList |
with(byte... items) |
ImmutableByteList |
with(byte one) |
ImmutableByteList |
withAll(ByteIterable items) |
ImmutableByteList |
withAll(Iterable<Byte> iterable) |
public static final ImmutableByteListFactory INSTANCE
public ImmutableByteList empty()
empty in interface ImmutableByteListFactorypublic ImmutableByteList of()
of in interface ImmutableByteListFactorypublic ImmutableByteList with()
with in interface ImmutableByteListFactorypublic ImmutableByteList of(byte one)
of in interface ImmutableByteListFactorypublic ImmutableByteList with(byte one)
with in interface ImmutableByteListFactorypublic ImmutableByteList of(byte... items)
of in interface ImmutableByteListFactorypublic ImmutableByteList with(byte... items)
with in interface ImmutableByteListFactorypublic ImmutableByteList ofAll(ByteIterable items)
ofAll in interface ImmutableByteListFactorypublic ImmutableByteList withAll(ByteIterable items)
withAll in interface ImmutableByteListFactorypublic ImmutableByteList ofAll(Iterable<Byte> iterable)
ofAll in interface ImmutableByteListFactorypublic ImmutableByteList withAll(Iterable<Byte> iterable)
withAll in interface ImmutableByteListFactoryCopyright © 2004–2022. All rights reserved.