Uses of Class
org.eclipse.collections.impl.list.mutable.RandomAccessListAdapter
-
Packages that use RandomAccessListAdapter Package Description org.eclipse.collections.impl.list.mutable This package contains implementations of theMutableListinterface. -
-
Uses of RandomAccessListAdapter in org.eclipse.collections.impl.list.mutable
Methods in org.eclipse.collections.impl.list.mutable that return RandomAccessListAdapter Modifier and Type Method Description RandomAccessListAdapter<T>RandomAccessListAdapter. sortThis()RandomAccessListAdapter<T>RandomAccessListAdapter. sortThis(Comparator<? super T> comparator)RandomAccessListAdapter<T>RandomAccessListAdapter. with(T element)RandomAccessListAdapter<T>RandomAccessListAdapter. with(T... elements)RandomAccessListAdapter<T>RandomAccessListAdapter. with(T element1, T element2)RandomAccessListAdapter<T>RandomAccessListAdapter. with(T element1, T element2, T element3)RandomAccessListAdapter<T>RandomAccessListAdapter. withAll(Iterable<? extends T> elements)RandomAccessListAdapter<T>RandomAccessListAdapter. without(T element)RandomAccessListAdapter<T>RandomAccessListAdapter. withoutAll(Iterable<? extends T> elements)
-