| Package | Description | 
|---|---|
| org.eclipse.collections.impl.list.mutable | This package contains implementations of the  MutableListinterface. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| UnmodifiableMutableList<T> | UnmodifiableMutableList. clone() | |
| static <E,L extends List<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(Comparator<? super T> comparator) | |
| UnmodifiableMutableList<T> | UnmodifiableMutableList. subList(int fromIndex,
       int toIndex) | 
Copyright © 2004–2019. All rights reserved.