Uses of Interface
org.eclipse.collections.api.list.MultiReaderList
Packages that use MultiReaderList
Package
Description
This package contains factory API for creating instances of type
ListIterable.This package contains interfaces for list API which enhance the performance and functionality of
List.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 MultiReaderListModifier and TypeMethodDescription<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> 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> <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.api.list
Methods in org.eclipse.collections.api.list that return MultiReaderListModifier and TypeMethodDescriptionMultiReaderList.clone()MultiReaderList.newEmpty()MultiReaderList.reverseThis()MultiReaderList.shuffleThis()MultiReaderList.shuffleThis(Random random) default MultiReaderList<T> MultiReaderList.sortThis()default MultiReaderList<T> MultiReaderList.sortThis(Comparator<? super T> comparator) <V extends Comparable<? super V>>
MultiReaderList<T> MultiReaderList.sortThisBy(Function<? super T, ? extends V> function) MultiReaderList.sortThisByBoolean(BooleanFunction<? super T> function) MultiReaderList.sortThisByByte(ByteFunction<? super T> function) MultiReaderList.sortThisByChar(CharFunction<? super T> function) MultiReaderList.sortThisByDouble(DoubleFunction<? super T> function) MultiReaderList.sortThisByFloat(FloatFunction<? super T> function) MultiReaderList.sortThisByInt(IntFunction<? super T> function) MultiReaderList.sortThisByLong(LongFunction<? super T> function) MultiReaderList.sortThisByShort(ShortFunction<? super T> function) MultiReaderList.subList(int fromIndex, int toIndex) default MultiReaderList<T> default MultiReaderList<T> default MultiReaderList<T> default MultiReaderList<T> default MultiReaderList<T> MultiReaderList.withoutAll(Iterable<? extends T> elements) -
Uses of MultiReaderList in org.eclipse.collections.impl.list.mutable
Classes in org.eclipse.collections.impl.list.mutable that implement MultiReaderListModifier and TypeClassDescriptionfinal classMultiReadFastList provides a thread-safe wrapper around a FastList, using a ReentrantReadWriteLock.Methods in org.eclipse.collections.impl.list.mutable that return MultiReaderListModifier and TypeMethodDescriptionMultiReaderFastList.clone()<T> MultiReaderList<T> MultiReaderMutableListFactory.empty()<T> MultiReaderList<T> MultiReaderMutableListFactory.fromStream(Stream<? extends T> stream) MultiReaderFastList.newEmpty()MultiReaderFastList.reverseThis()MultiReaderFastList.shuffleThis()MultiReaderFastList.shuffleThis(Random rnd) MultiReaderFastList.sortThis()MultiReaderFastList.sortThis(Comparator<? super T> comparator) <V extends Comparable<? super V>>
MultiReaderList<T> MultiReaderFastList.sortThisBy(Function<? super T, ? extends V> function) MultiReaderFastList.sortThisByBoolean(BooleanFunction<? super T> function) MultiReaderFastList.sortThisByByte(ByteFunction<? super T> function) MultiReaderFastList.sortThisByChar(CharFunction<? super T> function) MultiReaderFastList.sortThisByDouble(DoubleFunction<? super T> function) MultiReaderFastList.sortThisByFloat(FloatFunction<? super T> function) MultiReaderFastList.sortThisByInt(IntFunction<? super T> function) MultiReaderFastList.sortThisByLong(LongFunction<? super T> function) MultiReaderFastList.sortThisByShort(ShortFunction<? super T> function) MultiReaderFastList.subList(int fromIndex, int toIndex) <T> MultiReaderList<T> MultiReaderMutableListFactory.with(T... items) <T> MultiReaderList<T> <T> MultiReaderList<T> MultiReaderMutableListFactory.withInitialCapacity(int capacity) <T> MultiReaderList<T> MultiReaderMutableListFactory.withNValues(int size, Function0<? extends T> factory)