MutableBooleanBagFactory
public 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 MutableBooleanBagFactory
public MutableBooleanBag of()
MutableBooleanBagFactory
MutableBooleanBagFactory.empty()
.of
in interface MutableBooleanBagFactory
public MutableBooleanBag with()
MutableBooleanBagFactory
MutableBooleanBagFactory.empty()
.with
in interface MutableBooleanBagFactory
public MutableBooleanBag of(boolean... items)
MutableBooleanBagFactory
of
in interface MutableBooleanBagFactory
public MutableBooleanBag with(boolean... items)
with
in interface MutableBooleanBagFactory
public MutableBooleanBag ofAll(BooleanIterable items)
MutableBooleanBagFactory
ofAll
in interface MutableBooleanBagFactory
public MutableBooleanBag withAll(BooleanIterable items)
withAll
in interface MutableBooleanBagFactory
Copyright © 2004–2017. All rights reserved.