java.io.Serializable, java.lang.Comparable<MutableBooleanSetFactoryImpl>, MutableBooleanSetFactorypublic enum MutableBooleanSetFactoryImpl extends java.lang.Enum<MutableBooleanSetFactoryImpl> implements MutableBooleanSetFactory
MutableBooleanSet.
This file was automatically generated from template file mutablePrimitiveSetFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
MutableBooleanSet |
empty() |
|
MutableBooleanSet |
of() |
Same as
MutableBooleanSetFactory.empty(). |
MutableBooleanSet |
of(boolean... items) |
|
MutableBooleanSet |
ofAll(java.lang.Iterable<java.lang.Boolean> iterable) |
Same as
#withAll(IterableBoolean). |
MutableBooleanSet |
ofAll(BooleanIterable items) |
|
static MutableBooleanSetFactoryImpl |
valueOf(java.lang.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() |
Same as
MutableBooleanSetFactory.empty(). |
MutableBooleanSet |
with(boolean... items) |
|
MutableBooleanSet |
withAll(java.lang.Iterable<java.lang.Boolean> iterable) |
|
MutableBooleanSet |
withAll(BooleanIterable items) |
public static final MutableBooleanSetFactoryImpl INSTANCE
public static MutableBooleanSetFactoryImpl[] values()
for (MutableBooleanSetFactoryImpl c : MutableBooleanSetFactoryImpl.values()) System.out.println(c);
public static MutableBooleanSetFactoryImpl 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 MutableBooleanSet empty()
empty in interface MutableBooleanSetFactorypublic MutableBooleanSet of()
MutableBooleanSetFactoryMutableBooleanSetFactory.empty().of in interface MutableBooleanSetFactorypublic MutableBooleanSet with()
MutableBooleanSetFactoryMutableBooleanSetFactory.empty().with in interface MutableBooleanSetFactorypublic MutableBooleanSet of(boolean... items)
MutableBooleanSetFactoryof in interface MutableBooleanSetFactorypublic MutableBooleanSet with(boolean... items)
with in interface MutableBooleanSetFactorypublic MutableBooleanSet ofAll(BooleanIterable items)
MutableBooleanSetFactoryofAll in interface MutableBooleanSetFactorypublic MutableBooleanSet withAll(BooleanIterable items)
withAll in interface MutableBooleanSetFactorypublic MutableBooleanSet ofAll(java.lang.Iterable<java.lang.Boolean> iterable)
MutableBooleanSetFactory#withAll(IterableBoolean).ofAll in interface MutableBooleanSetFactorypublic MutableBooleanSet withAll(java.lang.Iterable<java.lang.Boolean> iterable)
withAll in interface MutableBooleanSetFactoryCopyright © 2004–2020. All rights reserved.