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