Uses of Interface
mckay.utilities.vectorsorter.QuicksortComparator

Packages that use QuicksortComparator
mckay.utilities.vectorsorter   
 

Uses of QuicksortComparator in mckay.utilities.vectorsorter
 

Constructors in mckay.utilities.vectorsorter with parameters of type QuicksortComparator
SortableVector(QuicksortComparator comparator)
          Stores the given QuicksortComparator object that will compare the elements during ordering.