Class MultiReaderMutableListFactory
java.lang.Object
org.eclipse.collections.impl.list.mutable.MultiReaderMutableListFactory
- All Implemented Interfaces:
MultiReaderListFactory
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> MultiReaderList<T>empty()<T> MultiReaderList<T>fromStream(Stream<? extends T> stream) <T> MultiReaderList<T>with(T... items) <T> MultiReaderList<T><T> MultiReaderList<T>withInitialCapacity(int capacity) <T> MultiReaderList<T>withNValues(int size, Function0<? extends T> factory) 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.MultiReaderListFactory
of, of, ofAll, ofInitialCapacity, with
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MultiReaderMutableListFactory
public MultiReaderMutableListFactory()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceMultiReaderListFactory
-
with
- Specified by:
within interfaceMultiReaderListFactory
-
withInitialCapacity
- Specified by:
withInitialCapacityin interfaceMultiReaderListFactory
-
withAll
- Specified by:
withAllin interfaceMultiReaderListFactory
-
fromStream
- Specified by:
fromStreamin interfaceMultiReaderListFactory
-
withNValues
- Specified by:
withNValuesin interfaceMultiReaderListFactory
-