public class ImmutableBooleanBagFactoryImpl extends Object implements ImmutableBooleanBagFactory
ImmutableBooleanBag.
This file was automatically generated from template file immutablePrimitiveBagFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static ImmutableBooleanBagFactory |
INSTANCE |
| Constructor and Description |
|---|
ImmutableBooleanBagFactoryImpl() |
| 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) |
ImmutableBooleanBag |
with() |
ImmutableBooleanBag |
with(boolean... items) |
ImmutableBooleanBag |
with(boolean one) |
ImmutableBooleanBag |
withAll(BooleanIterable items) |
ImmutableBooleanBag |
withAll(Iterable<Boolean> iterable) |
public static final ImmutableBooleanBagFactory INSTANCE
public 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–2022. All rights reserved.