Uses of Class
org.eclipse.collections.impl.list.mutable.ListAdapter
| Package | Description |
|---|---|
| org.eclipse.collections.impl.list.mutable |
This package contains implementations of the
MutableList 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(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(Iterable<? extends T> elements)ListAdapter<T>ListAdapter. without(T element)ListAdapter<T>ListAdapter. withoutAll(Iterable<? extends T> elements)