Package com.scottlogic.util

Class Summary
AutoFixingPatchWorkArray<T> Subclass of the PatchWorkArray which automatically fixes itself if the number of alterations reaches some specified limit.
NaturalSortedList<T extends Comparable<? super T>> Provides a SortedList which sorts the elements by their natural order.
PatchWorkArray<T> List implementation which is backed by an ArrayList and performs lazy insertions and removals
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.