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