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