Class ImmutableBooleanListFactoryImpl
java.lang.Object
org.eclipse.collections.impl.list.immutable.primitive.ImmutableBooleanListFactoryImpl
- All Implemented Interfaces:
ImmutableBooleanListFactory
ImmutableBooleanListFactoryImpl is a factory implementation which creates instances of type
ImmutableBooleanList.
This file was automatically generated from template file immutablePrimitiveListFactoryImpl.stg.- Since:
- 3.2.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionempty()of()Same asImmutableBooleanListFactory.empty().of(boolean one) of(boolean... items) ofAll(BooleanIterable items) with()Same asImmutableBooleanListFactory.empty().with(boolean one) with(boolean... items) withAll(BooleanIterable items)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ImmutableBooleanListFactoryImpl
public ImmutableBooleanListFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceImmutableBooleanListFactory
-
of
Description copied from interface:ImmutableBooleanListFactorySame asImmutableBooleanListFactory.empty().- Specified by:
ofin interfaceImmutableBooleanListFactory
-
with
Description copied from interface:ImmutableBooleanListFactorySame asImmutableBooleanListFactory.empty().- Specified by:
within interfaceImmutableBooleanListFactory
-
of
Description copied from interface:ImmutableBooleanListFactory- Specified by:
ofin interfaceImmutableBooleanListFactory
-
with
- Specified by:
within interfaceImmutableBooleanListFactory
-
of
Description copied from interface:ImmutableBooleanListFactory- Specified by:
ofin interfaceImmutableBooleanListFactory
-
with
- Specified by:
within interfaceImmutableBooleanListFactory
-
ofAll
Description copied from interface:ImmutableBooleanListFactory- Specified by:
ofAllin interfaceImmutableBooleanListFactory
-
withAll
- Specified by:
withAllin interfaceImmutableBooleanListFactory
-
ofAll
Description copied from interface:ImmutableBooleanListFactory- Specified by:
ofAllin interfaceImmutableBooleanListFactory- Since:
- 10.0
-
withAll
- Specified by:
withAllin interfaceImmutableBooleanListFactory- Since:
- 10.0
-