public class Sorter
extends java.lang.Object
Constructor and Description |
---|
Sorter()
Creates a new Sorter
|
Modifier and Type | Method and Description |
---|---|
void |
clear() |
void |
sort(java.lang.Object[] theObjects,
java.util.Comparator c)
Sorts the table of objects and stocks the result into its HashMap
|