Serializable, Comparable<ImmutableBooleanBagFactoryImpl>, ImmutableBooleanBagFactorypublic enum ImmutableBooleanBagFactoryImpl extends Enum<ImmutableBooleanBagFactoryImpl> implements ImmutableBooleanBagFactory
ImmutableBooleanBag.
This file was automatically generated from template file immutablePrimitiveBagFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
ImmutableBooleanBag |
empty() |
|
ImmutableBooleanBag |
of() |
Same as
ImmutableBooleanBagFactory.empty(). |
ImmutableBooleanBag |
of(boolean one) |
|
ImmutableBooleanBag |
of(boolean... items) |
|
ImmutableBooleanBag |
ofAll(Iterable<Boolean> iterable) |
Same as
#withAll(IterableBoolean). |
ImmutableBooleanBag |
ofAll(BooleanIterable items) |
|
static ImmutableBooleanBagFactoryImpl |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static ImmutableBooleanBagFactoryImpl[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
ImmutableBooleanBag |
with() |
Same as
ImmutableBooleanBagFactory.empty(). |
ImmutableBooleanBag |
with(boolean one) |
|
ImmutableBooleanBag |
with(boolean... items) |
|
ImmutableBooleanBag |
withAll(Iterable<Boolean> iterable) |
|
ImmutableBooleanBag |
withAll(BooleanIterable items) |
public static final ImmutableBooleanBagFactoryImpl INSTANCE
public static ImmutableBooleanBagFactoryImpl[] values()
for (ImmutableBooleanBagFactoryImpl c : ImmutableBooleanBagFactoryImpl.values()) System.out.println(c);
public static ImmutableBooleanBagFactoryImpl 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 ImmutableBooleanBag empty()
empty in interface ImmutableBooleanBagFactorypublic ImmutableBooleanBag of()
ImmutableBooleanBagFactoryImmutableBooleanBagFactory.empty().of in interface ImmutableBooleanBagFactorypublic ImmutableBooleanBag with()
ImmutableBooleanBagFactoryImmutableBooleanBagFactory.empty().with in interface ImmutableBooleanBagFactorypublic ImmutableBooleanBag of(boolean one)
ImmutableBooleanBagFactoryof in interface ImmutableBooleanBagFactorypublic ImmutableBooleanBag with(boolean one)
with in interface ImmutableBooleanBagFactorypublic ImmutableBooleanBag of(boolean... items)
ImmutableBooleanBagFactoryof in interface ImmutableBooleanBagFactorypublic ImmutableBooleanBag with(boolean... items)
with in interface ImmutableBooleanBagFactorypublic ImmutableBooleanBag ofAll(BooleanIterable items)
ImmutableBooleanBagFactoryofAll in interface ImmutableBooleanBagFactorypublic ImmutableBooleanBag withAll(BooleanIterable items)
withAll in interface ImmutableBooleanBagFactorypublic ImmutableBooleanBag ofAll(Iterable<Boolean> iterable)
ImmutableBooleanBagFactory#withAll(IterableBoolean).ofAll in interface ImmutableBooleanBagFactorypublic ImmutableBooleanBag withAll(Iterable<Boolean> iterable)
withAll in interface ImmutableBooleanBagFactoryCopyright © 2004–2019. All rights reserved.