public class MutableBooleanListFactoryImpl extends Object implements MutableBooleanListFactory
MutableBooleanList
.
This file was automatically generated from template file mutablePrimitiveListFactoryImpl.stg.Constructor and Description |
---|
MutableBooleanListFactoryImpl() |
Modifier and Type | Method and 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 MutableBooleanListFactory
public MutableBooleanList of()
MutableBooleanListFactory
MutableBooleanListFactory.empty()
.of
in interface MutableBooleanListFactory
public MutableBooleanList with()
MutableBooleanListFactory
MutableBooleanListFactory.empty()
.with
in interface MutableBooleanListFactory
public MutableBooleanList of(boolean... items)
MutableBooleanListFactory
of
in interface MutableBooleanListFactory
public MutableBooleanList with(boolean... items)
with
in interface MutableBooleanListFactory
public MutableBooleanList ofAll(BooleanIterable items)
MutableBooleanListFactory
ofAll
in interface MutableBooleanListFactory
public MutableBooleanList withAll(BooleanIterable items)
withAll
in interface MutableBooleanListFactory
Copyright © 2004–2016. All rights reserved.