Class MutableLongListFactoryImpl
java.lang.Object
org.eclipse.collections.impl.list.mutable.primitive.MutableLongListFactoryImpl
- All Implemented Interfaces:
MutableLongListFactory
MutableLongListFactoryImpl is a factory implementation which creates instances of type
MutableLongList.
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(long... items) ofAll(LongStream items) ofAll(LongIterable items) with()with(long... items) Creates a new list using the passeditemsargument as the backing store.withAll(LongStream items) withAll(LongIterable 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.MutableLongListFactory
wrapCopy
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableLongListFactoryImpl
public MutableLongListFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceMutableLongListFactory
-
of
- Specified by:
ofin interfaceMutableLongListFactory
-
with
- Specified by:
within interfaceMutableLongListFactory
-
withInitialCapacity
- Specified by:
withInitialCapacityin interfaceMutableLongListFactory
-
of
- Specified by:
ofin interfaceMutableLongListFactory
-
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 interfaceMutableLongListFactory
-
ofAll
- Specified by:
ofAllin interfaceMutableLongListFactory
-
withAll
- Specified by:
withAllin interfaceMutableLongListFactory
-
ofAll
- Specified by:
ofAllin interfaceMutableLongListFactory- Since:
- 10.0
-
withAll
- Specified by:
withAllin interfaceMutableLongListFactory- Since:
- 10.0
-
ofAll
- Specified by:
ofAllin interfaceMutableLongListFactory- Since:
- 9.0
-
withAll
- Specified by:
withAllin interfaceMutableLongListFactory- Since:
- 9.0
-