public interface SortTool
Modifier and Type | Field and Description |
---|---|
static int |
COMP_EQUAL |
static int |
COMP_GRTR |
static int |
COMP_LESS |
static java.lang.IllegalArgumentException |
err1 |
Modifier and Type | Method and Description |
---|---|
int |
compare(java.lang.Object x1,
java.lang.Object x2) |
static final int COMP_LESS
static final int COMP_EQUAL
static final int COMP_GRTR
static final java.lang.IllegalArgumentException err1