Serializable
, Comparable<ImmutableBooleanBagFactoryImpl>
, ImmutableBooleanBagFactory
public 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 ImmutableBooleanBagFactory
public ImmutableBooleanBag of()
ImmutableBooleanBagFactory
ImmutableBooleanBagFactory.empty()
.of
in interface ImmutableBooleanBagFactory
public ImmutableBooleanBag with()
ImmutableBooleanBagFactory
ImmutableBooleanBagFactory.empty()
.with
in interface ImmutableBooleanBagFactory
public ImmutableBooleanBag of(boolean one)
ImmutableBooleanBagFactory
of
in interface ImmutableBooleanBagFactory
public ImmutableBooleanBag with(boolean one)
with
in interface ImmutableBooleanBagFactory
public ImmutableBooleanBag of(boolean... items)
ImmutableBooleanBagFactory
of
in interface ImmutableBooleanBagFactory
public ImmutableBooleanBag with(boolean... items)
with
in interface ImmutableBooleanBagFactory
public ImmutableBooleanBag ofAll(BooleanIterable items)
ImmutableBooleanBagFactory
ofAll
in interface ImmutableBooleanBagFactory
public ImmutableBooleanBag withAll(BooleanIterable items)
withAll
in interface ImmutableBooleanBagFactory
public ImmutableBooleanBag ofAll(Iterable<Boolean> iterable)
ImmutableBooleanBagFactory
#withAll(IterableBoolean)
.ofAll
in interface ImmutableBooleanBagFactory
public ImmutableBooleanBag withAll(Iterable<Boolean> iterable)
withAll
in interface ImmutableBooleanBagFactory
Copyright © 2004–2019. All rights reserved.