public class MutableBooleanListFactoryImpl extends Object implements org.eclipse.collections.api.factory.list.primitive.MutableBooleanListFactory
MutableBooleanList.
This file was automatically generated from template file mutablePrimitiveListFactoryImpl.stg.| Constructor and Description |
|---|
MutableBooleanListFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.list.primitive.MutableBooleanList |
empty() |
org.eclipse.collections.api.list.primitive.MutableBooleanList |
of() |
org.eclipse.collections.api.list.primitive.MutableBooleanList |
of(boolean... items) |
org.eclipse.collections.api.list.primitive.MutableBooleanList |
ofAll(org.eclipse.collections.api.BooleanIterable items) |
org.eclipse.collections.api.list.primitive.MutableBooleanList |
with() |
org.eclipse.collections.api.list.primitive.MutableBooleanList |
with(boolean... items) |
org.eclipse.collections.api.list.primitive.MutableBooleanList |
withAll(org.eclipse.collections.api.BooleanIterable items) |
public org.eclipse.collections.api.list.primitive.MutableBooleanList empty()
empty in interface org.eclipse.collections.api.factory.list.primitive.MutableBooleanListFactorypublic org.eclipse.collections.api.list.primitive.MutableBooleanList of()
of in interface org.eclipse.collections.api.factory.list.primitive.MutableBooleanListFactorypublic org.eclipse.collections.api.list.primitive.MutableBooleanList with()
with in interface org.eclipse.collections.api.factory.list.primitive.MutableBooleanListFactorypublic org.eclipse.collections.api.list.primitive.MutableBooleanList of(boolean... items)
of in interface org.eclipse.collections.api.factory.list.primitive.MutableBooleanListFactorypublic org.eclipse.collections.api.list.primitive.MutableBooleanList with(boolean... items)
with in interface org.eclipse.collections.api.factory.list.primitive.MutableBooleanListFactorypublic org.eclipse.collections.api.list.primitive.MutableBooleanList ofAll(org.eclipse.collections.api.BooleanIterable items)
ofAll in interface org.eclipse.collections.api.factory.list.primitive.MutableBooleanListFactorypublic org.eclipse.collections.api.list.primitive.MutableBooleanList withAll(org.eclipse.collections.api.BooleanIterable items)
withAll in interface org.eclipse.collections.api.factory.list.primitive.MutableBooleanListFactoryCopyright © 2004–2018. All rights reserved.