MutableBooleanListFactorypublic class MutableBooleanListFactoryImpl extends Object implements MutableBooleanListFactory
MutableBooleanList.
This file was automatically generated from template file mutablePrimitiveListFactoryImpl.stg.| Constructor | Description |
|---|---|
MutableBooleanListFactoryImpl() |
| Modifier and Type | Method | Description |
|---|---|---|
MutableBooleanList |
empty() |
|
MutableBooleanList |
of() |
Same as
MutableBooleanListFactory.empty(). |
MutableBooleanList |
of(boolean... items) |
|
MutableBooleanList |
ofAll(BooleanIterable items) |
|
MutableBooleanList |
with() |
Same as
MutableBooleanListFactory.empty(). |
MutableBooleanList |
with(boolean... items) |
|
MutableBooleanList |
withAll(BooleanIterable items) |
public MutableBooleanList empty()
empty in interface MutableBooleanListFactorypublic MutableBooleanList of()
MutableBooleanListFactoryMutableBooleanListFactory.empty().of in interface MutableBooleanListFactorypublic MutableBooleanList with()
MutableBooleanListFactoryMutableBooleanListFactory.empty().with in interface MutableBooleanListFactorypublic MutableBooleanList of(boolean... items)
MutableBooleanListFactoryof in interface MutableBooleanListFactorypublic MutableBooleanList with(boolean... items)
with in interface MutableBooleanListFactorypublic MutableBooleanList ofAll(BooleanIterable items)
MutableBooleanListFactoryofAll in interface MutableBooleanListFactorypublic MutableBooleanList withAll(BooleanIterable items)
withAll in interface MutableBooleanListFactoryCopyright © 2004–2017. All rights reserved.