Package com.scottlogic.util

Class Summary
NaturalSortedList<T extends Comparable<? super T>> Provides a SortedList which sorts the elements by their natural order.
SortedList<T> SortedList is an implementation of a List, backed by an AVL tree.
UnsortedList<T> Implementation of a regular list that uses an AVL tree.