public enum ImmutableByteListFactoryImpl extends Enum<ImmutableByteListFactoryImpl> implements ImmutableByteListFactory
ImmutableByteList.
This file was automatically generated from template file immutablePrimitiveListFactoryImpl.stg.| Enum Constant and Description |
|---|
INSTANCE |
| 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) |
static ImmutableByteListFactoryImpl |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImmutableByteListFactoryImpl[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
ImmutableByteList |
with() |
ImmutableByteList |
with(byte... items) |
ImmutableByteList |
with(byte one) |
ImmutableByteList |
withAll(ByteIterable items) |
ImmutableByteList |
withAll(Iterable<Byte> iterable) |
public static final ImmutableByteListFactoryImpl INSTANCE
public static ImmutableByteListFactoryImpl[] values()
for (ImmutableByteListFactoryImpl c : ImmutableByteListFactoryImpl.values()) System.out.println(c);
public static ImmutableByteListFactoryImpl valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic 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–2020. All rights reserved.