public class ImmutableBooleanListFactoryImpl extends Object implements org.eclipse.collections.api.factory.list.primitive.ImmutableBooleanListFactory
ImmutableBooleanList.
This file was automatically generated from template file immutablePrimitiveListFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableBooleanListFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.list.primitive.ImmutableBooleanList |
empty() |
org.eclipse.collections.api.list.primitive.ImmutableBooleanList |
of() |
org.eclipse.collections.api.list.primitive.ImmutableBooleanList |
of(boolean... items) |
org.eclipse.collections.api.list.primitive.ImmutableBooleanList |
of(boolean one) |
org.eclipse.collections.api.list.primitive.ImmutableBooleanList |
ofAll(org.eclipse.collections.api.BooleanIterable items) |
org.eclipse.collections.api.list.primitive.ImmutableBooleanList |
with() |
org.eclipse.collections.api.list.primitive.ImmutableBooleanList |
with(boolean... items) |
org.eclipse.collections.api.list.primitive.ImmutableBooleanList |
with(boolean one) |
org.eclipse.collections.api.list.primitive.ImmutableBooleanList |
withAll(org.eclipse.collections.api.BooleanIterable items) |
public org.eclipse.collections.api.list.primitive.ImmutableBooleanList empty()
empty in interface org.eclipse.collections.api.factory.list.primitive.ImmutableBooleanListFactorypublic org.eclipse.collections.api.list.primitive.ImmutableBooleanList of()
of in interface org.eclipse.collections.api.factory.list.primitive.ImmutableBooleanListFactorypublic org.eclipse.collections.api.list.primitive.ImmutableBooleanList with()
with in interface org.eclipse.collections.api.factory.list.primitive.ImmutableBooleanListFactorypublic org.eclipse.collections.api.list.primitive.ImmutableBooleanList of(boolean one)
of in interface org.eclipse.collections.api.factory.list.primitive.ImmutableBooleanListFactorypublic org.eclipse.collections.api.list.primitive.ImmutableBooleanList with(boolean one)
with in interface org.eclipse.collections.api.factory.list.primitive.ImmutableBooleanListFactorypublic org.eclipse.collections.api.list.primitive.ImmutableBooleanList of(boolean... items)
of in interface org.eclipse.collections.api.factory.list.primitive.ImmutableBooleanListFactorypublic org.eclipse.collections.api.list.primitive.ImmutableBooleanList with(boolean... items)
with in interface org.eclipse.collections.api.factory.list.primitive.ImmutableBooleanListFactorypublic org.eclipse.collections.api.list.primitive.ImmutableBooleanList ofAll(org.eclipse.collections.api.BooleanIterable items)
ofAll in interface org.eclipse.collections.api.factory.list.primitive.ImmutableBooleanListFactorypublic org.eclipse.collections.api.list.primitive.ImmutableBooleanList withAll(org.eclipse.collections.api.BooleanIterable items)
withAll in interface org.eclipse.collections.api.factory.list.primitive.ImmutableBooleanListFactoryCopyright © 2004–2018. All rights reserved.