List
interfacein packageklyn.collections
public interface List<T> extends Collection<T>, IList<T>:
└ List
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
sortNew() as List<T>
Returns a new sorted list without modifying the original.
Methods inherited from Collection: add, contains, remove, toString