MutableBooleanBagFactorypublic enum MutableBooleanBagFactoryImpl extends java.lang.Enum<MutableBooleanBagFactoryImpl> implements MutableBooleanBagFactory
MutableBooleanBag.
This file was automatically generated from template file mutablePrimitiveBagFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
MutableBooleanBag |
empty() |
|
MutableBooleanBag |
of() |
Same as
MutableBooleanBagFactory.empty(). |
MutableBooleanBag |
of(boolean... items) |
|
MutableBooleanBag |
ofAll(BooleanIterable items) |
|
static MutableBooleanBagFactoryImpl |
valueOf(java.lang.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() |
Same as
MutableBooleanBagFactory.empty(). |
MutableBooleanBag |
with(boolean... items) |
|
MutableBooleanBag |
withAll(BooleanIterable items) |
public static final MutableBooleanBagFactoryImpl INSTANCE
public static MutableBooleanBagFactoryImpl[] values()
for (MutableBooleanBagFactoryImpl c : MutableBooleanBagFactoryImpl.values()) System.out.println(c);
public static MutableBooleanBagFactoryImpl 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 MutableBooleanBag empty()
empty in interface MutableBooleanBagFactorypublic MutableBooleanBag of()
MutableBooleanBagFactoryMutableBooleanBagFactory.empty().of in interface MutableBooleanBagFactorypublic MutableBooleanBag with()
MutableBooleanBagFactoryMutableBooleanBagFactory.empty().with in interface MutableBooleanBagFactorypublic MutableBooleanBag of(boolean... items)
MutableBooleanBagFactoryof in interface MutableBooleanBagFactorypublic MutableBooleanBag with(boolean... items)
with in interface MutableBooleanBagFactorypublic MutableBooleanBag ofAll(BooleanIterable items)
MutableBooleanBagFactoryofAll in interface MutableBooleanBagFactorypublic MutableBooleanBag withAll(BooleanIterable items)
withAll in interface MutableBooleanBagFactoryCopyright © 2004–2017. All rights reserved.