Package mckay.utilities.vectorsorter

Interface Summary
QuicksortComparator An interface intended to be implemented for use with the SortableVector Quicksort implementation.
 

Class Summary
SortableVector<E> A Vector that includes a generalized implementation of the Quicksort algorithm.
StringSortableVector A simplistic example of how the SortableVector class might be used in practice.