public interface ExtendedComparable
extends java.lang.Comparable
| Modifier and Type | Field and Description |
|---|---|
static int |
NO_SORT_TYPE
The value for the no sort type.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(java.lang.Object o,
int sortType)
Compares this object with the specified object and index for order.
|
static final int NO_SORT_TYPE
int compareTo(java.lang.Object o,
int sortType)
o - the Object to be compared.sortType - the sort type.java.lang.ClassCastException - if the specified object's type prevents it
from being compared to this Object.