public enum ImmutableBooleanBagFactoryImpl extends Enum<ImmutableBooleanBagFactoryImpl> implements ImmutableBooleanBagFactory
ImmutableBooleanBag.
This file was automatically generated from template file immutablePrimitiveBagFactoryImpl.stg.| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
ImmutableBooleanBag |
empty() |
ImmutableBooleanBag |
of() |
ImmutableBooleanBag |
of(boolean... items) |
ImmutableBooleanBag |
of(boolean one) |
ImmutableBooleanBag |
ofAll(BooleanIterable items) |
ImmutableBooleanBag |
ofAll(Iterable<Boolean> iterable) |
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() |
ImmutableBooleanBag |
with(boolean... items) |
ImmutableBooleanBag |
with(boolean one) |
ImmutableBooleanBag |
withAll(BooleanIterable items) |
ImmutableBooleanBag |
withAll(Iterable<Boolean> iterable) |
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()
of in interface ImmutableBooleanBagFactorypublic ImmutableBooleanBag with()
with in interface ImmutableBooleanBagFactorypublic ImmutableBooleanBag of(boolean one)
of in interface ImmutableBooleanBagFactorypublic ImmutableBooleanBag with(boolean one)
with in interface ImmutableBooleanBagFactorypublic ImmutableBooleanBag of(boolean... items)
of in interface ImmutableBooleanBagFactorypublic ImmutableBooleanBag with(boolean... items)
with in interface ImmutableBooleanBagFactorypublic ImmutableBooleanBag ofAll(BooleanIterable items)
ofAll in interface ImmutableBooleanBagFactorypublic ImmutableBooleanBag withAll(BooleanIterable items)
withAll in interface ImmutableBooleanBagFactorypublic ImmutableBooleanBag ofAll(Iterable<Boolean> iterable)
ofAll in interface ImmutableBooleanBagFactorypublic ImmutableBooleanBag withAll(Iterable<Boolean> iterable)
withAll in interface ImmutableBooleanBagFactoryCopyright © 2004–2019. All rights reserved.