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