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.-
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(). but takes in initial capacity.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(). but takes in initial capacity.<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)