List
interfacein packageklyn.collections
public interface List<T> extends Collection<T>, IList<T>:
Ordered collection of elements.
@param <T> Element type.
Methods
| Modifier and Type |
Member |
Description |
| public |
sort sort() as Void
|
Sorts the list in ascending order. |
| public |
sortNew |
Returns a new sorted list without modifying the original. |