public class MutableBooleanBagFactoryImpl extends Object implements MutableBooleanBagFactory
MutableBooleanBag.
This file was automatically generated from template file mutablePrimitiveBagFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static MutableBooleanBagFactory |
INSTANCE |
| Constructor and Description |
|---|
MutableBooleanBagFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
MutableBooleanBag |
empty() |
MutableBooleanBag |
of() |
MutableBooleanBag |
of(boolean... items) |
MutableBooleanBag |
ofAll(BooleanIterable items) |
MutableBooleanBag |
ofAll(Iterable<Boolean> iterable) |
MutableBooleanBag |
with() |
MutableBooleanBag |
with(boolean... items) |
MutableBooleanBag |
withAll(BooleanIterable items) |
MutableBooleanBag |
withAll(Iterable<Boolean> iterable) |
public static final MutableBooleanBagFactory INSTANCE
public MutableBooleanBag empty()
empty in interface MutableBooleanBagFactorypublic MutableBooleanBag of()
of in interface MutableBooleanBagFactorypublic MutableBooleanBag with()
with in interface MutableBooleanBagFactorypublic MutableBooleanBag of(boolean... items)
of in interface MutableBooleanBagFactorypublic MutableBooleanBag with(boolean... items)
with in interface MutableBooleanBagFactorypublic MutableBooleanBag ofAll(BooleanIterable items)
ofAll in interface MutableBooleanBagFactorypublic MutableBooleanBag withAll(BooleanIterable items)
withAll in interface MutableBooleanBagFactorypublic MutableBooleanBag ofAll(Iterable<Boolean> iterable)
ofAll in interface MutableBooleanBagFactorypublic MutableBooleanBag withAll(Iterable<Boolean> iterable)
withAll in interface MutableBooleanBagFactoryCopyright © 2004–2022. All rights reserved.