Uses of Class
Sorter.SortResult

Packages that use Sorter.SortResult
<default> 

Uses of Sorter.SortResult in
 

Methods in with parameters of type Sorter.SortResult
static voidSorter.printSortResult(String testName, String sortName, Object[] a, Comparator c, SortResult r, boolean copyNotSwap)
          Shows results of testing sort: Tests result and prints values of counters, preceded by header message.
static voidSorter.printSortResult(String testName, String sortName, Object[] a, Comparator c, SortResult r)
          Shows results of testing sort: Tests result and prints values of counters, preceded by header message.