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