public enum MutableByteBagFactoryImpl extends Enum<MutableByteBagFactoryImpl> implements MutableByteBagFactory
MutableByteBag.
This file was automatically generated from template file mutablePrimitiveBagFactoryImpl.stg.| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
MutableByteBag |
empty() |
MutableByteBag |
of() |
MutableByteBag |
of(byte... items) |
MutableByteBag |
ofAll(ByteIterable items) |
MutableByteBag |
ofAll(Iterable<Byte> iterable) |
static MutableByteBagFactoryImpl |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MutableByteBagFactoryImpl[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
MutableByteBag |
with() |
MutableByteBag |
with(byte... items) |
MutableByteBag |
withAll(ByteIterable items) |
MutableByteBag |
withAll(Iterable<Byte> iterable) |
public static final MutableByteBagFactoryImpl INSTANCE
public static MutableByteBagFactoryImpl[] values()
for (MutableByteBagFactoryImpl c : MutableByteBagFactoryImpl.values()) System.out.println(c);
public static MutableByteBagFactoryImpl 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 MutableByteBag empty()
empty in interface MutableByteBagFactorypublic MutableByteBag of()
of in interface MutableByteBagFactorypublic MutableByteBag with()
with in interface MutableByteBagFactorypublic MutableByteBag of(byte... items)
of in interface MutableByteBagFactorypublic MutableByteBag with(byte... items)
with in interface MutableByteBagFactorypublic MutableByteBag ofAll(ByteIterable items)
ofAll in interface MutableByteBagFactorypublic MutableByteBag withAll(ByteIterable items)
withAll in interface MutableByteBagFactorypublic MutableByteBag ofAll(Iterable<Byte> iterable)
ofAll in interface MutableByteBagFactorypublic MutableByteBag withAll(Iterable<Byte> iterable)
withAll in interface MutableByteBagFactoryCopyright © 2004–2020. All rights reserved.