MutableByteSetFactorypublic enum MutableByteSetFactoryImpl extends java.lang.Enum<MutableByteSetFactoryImpl> implements MutableByteSetFactory
MutableByteSet.
This file was automatically generated from template file mutablePrimitiveSetFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
MutableByteSet |
empty() |
|
MutableByteSet |
of() |
Same as
MutableByteSetFactory.empty(). |
MutableByteSet |
of(byte... items) |
Same as
MutableByteSetFactory.with(byte[]). |
MutableByteSet |
ofAll(ByteIterable items) |
|
static MutableByteSetFactoryImpl |
valueOf(java.lang.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() |
Same as
MutableByteSetFactory.empty(). |
MutableByteSet |
with(byte... items) |
|
MutableByteSet |
withAll(ByteIterable items) |
public static final MutableByteSetFactoryImpl INSTANCE
public static MutableByteSetFactoryImpl[] values()
for (MutableByteSetFactoryImpl c : MutableByteSetFactoryImpl.values()) System.out.println(c);
public static MutableByteSetFactoryImpl 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 MutableByteSet empty()
empty in interface MutableByteSetFactorypublic MutableByteSet of()
MutableByteSetFactoryMutableByteSetFactory.empty().of in interface MutableByteSetFactorypublic MutableByteSet with()
MutableByteSetFactoryMutableByteSetFactory.empty().with in interface MutableByteSetFactorypublic MutableByteSet of(byte... items)
MutableByteSetFactoryMutableByteSetFactory.with(byte[]).of in interface MutableByteSetFactorypublic MutableByteSet with(byte... items)
with in interface MutableByteSetFactorypublic MutableByteSet ofAll(ByteIterable items)
MutableByteSetFactoryofAll in interface MutableByteSetFactorypublic MutableByteSet withAll(ByteIterable items)
withAll in interface MutableByteSetFactoryCopyright © 2004–2017. All rights reserved.