java.io.Serializable, java.lang.Comparable<MutableByteListFactoryImpl>, MutableByteListFactorypublic enum MutableByteListFactoryImpl extends java.lang.Enum<MutableByteListFactoryImpl> implements MutableByteListFactory
MutableByteList.
This file was automatically generated from template file mutablePrimitiveListFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
MutableByteList |
empty() |
|
MutableByteList |
of() |
Same as
MutableByteListFactory.empty(). |
MutableByteList |
of(byte... items) |
Same as
MutableByteListFactory.with(byte[]). |
MutableByteList |
ofAll(java.lang.Iterable<java.lang.Byte> iterable) |
Same as
#withAll(IterableByte). |
MutableByteList |
ofAll(ByteIterable items) |
|
static MutableByteListFactoryImpl |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static MutableByteListFactoryImpl[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
MutableByteList |
with() |
Same as
MutableByteListFactory.empty(). |
MutableByteList |
with(byte... items) |
|
MutableByteList |
withAll(java.lang.Iterable<java.lang.Byte> iterable) |
|
MutableByteList |
withAll(ByteIterable items) |
public static final MutableByteListFactoryImpl INSTANCE
public static MutableByteListFactoryImpl[] values()
for (MutableByteListFactoryImpl c : MutableByteListFactoryImpl.values()) System.out.println(c);
public static MutableByteListFactoryImpl valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic MutableByteList empty()
empty in interface MutableByteListFactorypublic MutableByteList of()
MutableByteListFactoryMutableByteListFactory.empty().of in interface MutableByteListFactorypublic MutableByteList with()
MutableByteListFactoryMutableByteListFactory.empty().with in interface MutableByteListFactorypublic MutableByteList of(byte... items)
MutableByteListFactoryMutableByteListFactory.with(byte[]).of in interface MutableByteListFactorypublic MutableByteList with(byte... items)
with in interface MutableByteListFactorypublic MutableByteList ofAll(ByteIterable items)
MutableByteListFactoryofAll in interface MutableByteListFactorypublic MutableByteList withAll(ByteIterable items)
withAll in interface MutableByteListFactorypublic MutableByteList ofAll(java.lang.Iterable<java.lang.Byte> iterable)
MutableByteListFactory#withAll(IterableByte).ofAll in interface MutableByteListFactorypublic MutableByteList withAll(java.lang.Iterable<java.lang.Byte> iterable)
withAll in interface MutableByteListFactoryCopyright © 2004–2020. All rights reserved.