Uses of Class
org.eclipse.collections.impl.list.mutable.UnmodifiableMutableList
Packages that use UnmodifiableMutableList
-
Uses of UnmodifiableMutableList in org.eclipse.collections.impl.list.mutable
Methods in org.eclipse.collections.impl.list.mutable that return UnmodifiableMutableListModifier and TypeMethodDescriptionUnmodifiableMutableList.clone()
static <E,
L extends List<E>>
UnmodifiableMutableList<E>UnmodifiableMutableList.of
(L list) This method will take a MutableList and wrap it directly in a UnmodifiableMutableList.UnmodifiableMutableList.sortThis()
UnmodifiableMutableList.sortThis
(Comparator<? super T> comparator) UnmodifiableMutableList.subList
(int fromIndex, int toIndex)