public class MutableBooleanBagFactoryImpl extends Object implements MutableBooleanBagFactory
MutableBooleanBag
.
This file was automatically generated from template file mutablePrimitiveBagFactoryImpl.stg.Constructor and Description |
---|
MutableBooleanBagFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
MutableBooleanBag |
empty() |
MutableBooleanBag |
of()
Same as
MutableBooleanBagFactory.empty() . |
MutableBooleanBag |
of(boolean... items)
|
MutableBooleanBag |
ofAll(BooleanIterable items)
|
MutableBooleanBag |
with()
Same as
MutableBooleanBagFactory.empty() . |
MutableBooleanBag |
with(boolean... items) |
MutableBooleanBag |
withAll(BooleanIterable items) |
public 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–2016. All rights reserved.