Uses of Class
org.eclipse.collections.impl.list.mutable.UnmodifiableMutableList
-
Packages that use UnmodifiableMutableList Package Description org.eclipse.collections.impl.list.mutable This package contains implementations of theMutableListinterface. -
-
Uses of UnmodifiableMutableList in org.eclipse.collections.impl.list.mutable
Subclasses of UnmodifiableMutableList in org.eclipse.collections.impl.list.mutable Modifier and Type Class Description private static classUnmodifiableMutableList.RandomAccessUnmodifiableMutableList<T>Methods in org.eclipse.collections.impl.list.mutable that return UnmodifiableMutableList Modifier and Type Method Description UnmodifiableMutableList<T>UnmodifiableMutableList. clone()static <E,L extends java.util.List<E>>
UnmodifiableMutableList<E>UnmodifiableMutableList. of(L list)This method will take a MutableList and wrap it directly in a UnmodifiableMutableList.UnmodifiableMutableList<T>UnmodifiableMutableList. sortThis()UnmodifiableMutableList<T>UnmodifiableMutableList. sortThis(java.util.Comparator<? super T> comparator)UnmodifiableMutableList<T>UnmodifiableMutableList. subList(int fromIndex, int toIndex)
-