Uses of Interface
org.eclipse.collections.api.list.MultiReaderList
| Package | Description |
|---|---|
| org.eclipse.collections.api.factory.list |
This package contains factory API for creating instances of type
ListIterable. |
| org.eclipse.collections.impl.list.mutable |
This package contains implementations of the
MutableList interface. |
-
Uses of MultiReaderList in org.eclipse.collections.api.factory.list
Methods in org.eclipse.collections.api.factory.list that return MultiReaderList Modifier and Type Method Description <T> MultiReaderList<T>MultiReaderListFactory. empty()<T> MultiReaderList<T>MultiReaderListFactory. fromStream(Stream<? extends T> stream)default <T> MultiReaderList<T>MultiReaderListFactory. of()Same asMultiReaderListFactory.empty().default <T> MultiReaderList<T>MultiReaderListFactory. of(T... items)default <T> MultiReaderList<T>MultiReaderListFactory. ofAll(Iterable<? extends T> iterable)default <T> MultiReaderList<T>MultiReaderListFactory. ofInitialCapacity(int capacity)Same asMultiReaderListFactory.empty().default <T> MultiReaderList<T>MultiReaderListFactory. with()Same asMultiReaderListFactory.empty().<T> MultiReaderList<T>MultiReaderListFactory. with(T... items)<T> MultiReaderList<T>MultiReaderListFactory. withAll(Iterable<? extends T> iterable)<T> MultiReaderList<T>MultiReaderListFactory. withInitialCapacity(int capacity)Same asMultiReaderListFactory.empty().<T> MultiReaderList<T>MultiReaderListFactory. withNValues(int size, Function0<? extends T> factory) -
Uses of MultiReaderList in org.eclipse.collections.impl.list.mutable
Classes in org.eclipse.collections.impl.list.mutable that implement MultiReaderList Modifier and Type Class Description classMultiReaderFastList<T>MultiReadFastList provides a thread-safe wrapper around a FastList, using a ReentrantReadWriteLock.Methods in org.eclipse.collections.impl.list.mutable that return MultiReaderList Modifier and Type Method Description <T> MultiReaderList<T>MultiReaderMutableListFactory. empty()<T> MultiReaderList<T>MultiReaderMutableListFactory. fromStream(Stream<? extends T> stream)<T> MultiReaderList<T>MultiReaderMutableListFactory. with(T... items)<T> MultiReaderList<T>MultiReaderMutableListFactory. withAll(Iterable<? extends T> iterable)<T> MultiReaderList<T>MultiReaderMutableListFactory. withInitialCapacity(int capacity)<T> MultiReaderList<T>MultiReaderMutableListFactory. withNValues(int size, Function0<? extends T> factory)