Class MutableBooleanListFactoryImpl
java.lang.Object
org.eclipse.collections.impl.list.mutable.primitive.MutableBooleanListFactoryImpl
- All Implemented Interfaces:
MutableBooleanListFactory
MutableBooleanListFactoryImpl is a factory implementation which creates instances of type
MutableBooleanList.
This file was automatically generated from template file mutablePrimitiveListFactoryImpl.stg.- Since:
- 6.0.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionempty()of()of(boolean... items) ofAll(BooleanIterable items) with()with(boolean... items) Creates a new list using the passeditemsargument as the backing store.withAll(BooleanIterable items) withInitialCapacity(int capacity) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.collections.api.factory.list.primitive.MutableBooleanListFactory
wrapCopy
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableBooleanListFactoryImpl
public MutableBooleanListFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceMutableBooleanListFactory
-
of
- Specified by:
ofin interfaceMutableBooleanListFactory
-
with
- Specified by:
within interfaceMutableBooleanListFactory
-
withInitialCapacity
- Specified by:
withInitialCapacityin interfaceMutableBooleanListFactory
-
of
- Specified by:
ofin interfaceMutableBooleanListFactory
-
with
Creates a new list using the passeditemsargument as the backing store.!!! WARNING: This method uses the passed in array, so can be very unsafe if the original array is held onto anywhere else. !!!
- Specified by:
within interfaceMutableBooleanListFactory
-
ofAll
- Specified by:
ofAllin interfaceMutableBooleanListFactory
-
withAll
- Specified by:
withAllin interfaceMutableBooleanListFactory
-
ofAll
- Specified by:
ofAllin interfaceMutableBooleanListFactory- Since:
- 10.0
-
withAll
- Specified by:
withAllin interfaceMutableBooleanListFactory- Since:
- 10.0
-