public interface MutableBooleanListFactory
MutableBooleanList
.
This file was automatically generated from template file mutablePrimitiveListFactory.stg.Modifier and Type | Method and Description |
---|---|
MutableBooleanList |
empty() |
MutableBooleanList |
of()
Same as
empty() . |
MutableBooleanList |
of(boolean... items)
Same as
with(boolean[]) . |
MutableBooleanList |
ofAll(BooleanIterable items)
Same as
withAll(BooleanIterable) . |
MutableBooleanList |
with()
Same as
empty() . |
MutableBooleanList |
with(boolean... items) |
MutableBooleanList |
withAll(BooleanIterable items) |
MutableBooleanList empty()
MutableBooleanList of()
empty()
.MutableBooleanList with()
empty()
.MutableBooleanList of(boolean... items)
with(boolean[])
.MutableBooleanList with(boolean... items)
MutableBooleanList ofAll(BooleanIterable items)
withAll(BooleanIterable)
.MutableBooleanList withAll(BooleanIterable items)
Copyright © 2004–2016. All rights reserved.