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()Same asMutableBooleanListFactory.empty().of(boolean... items) ofAll(BooleanIterable items) with()Same asMutableBooleanListFactory.empty().with(boolean... items) Creates a new list using the passeditemsargument as the backing store.withAll(BooleanIterable items) withInitialCapacity(int capacity) Same asMutableBooleanListFactory.empty().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
Description copied from interface:MutableBooleanListFactorySame asMutableBooleanListFactory.empty().- Specified by:
ofin interfaceMutableBooleanListFactory
-
with
Description copied from interface:MutableBooleanListFactorySame asMutableBooleanListFactory.empty().- Specified by:
within interfaceMutableBooleanListFactory
-
withInitialCapacity
Description copied from interface:MutableBooleanListFactorySame asMutableBooleanListFactory.empty(). but takes in an initial capacity- Specified by:
withInitialCapacityin interfaceMutableBooleanListFactory
-
of
Description copied from interface:MutableBooleanListFactory- 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
Description copied from interface:MutableBooleanListFactory- Specified by:
ofAllin interfaceMutableBooleanListFactory
-
withAll
- Specified by:
withAllin interfaceMutableBooleanListFactory
-
ofAll
Description copied from interface:MutableBooleanListFactory- Specified by:
ofAllin interfaceMutableBooleanListFactory- Since:
- 10.0
-
withAll
- Specified by:
withAllin interfaceMutableBooleanListFactory- Since:
- 10.0
-