|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ExtendedComparable
This interface extends the Comparable interface to allow multiple ways sorting.
| Field Summary | |
|---|---|
static int |
NO_SORT_TYPE
The value for the no sort type. |
| Method Summary | |
|---|---|
int |
compareTo(java.lang.Object o,
int sortType)
Compares this object with the specified object and index for order. |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Field Detail |
|---|
static final int NO_SORT_TYPE
| Method Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||