|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jimmc.roots.SortAdaptor
An adaptor to allow inner classes.
Constructor Summary | |
SortAdaptor()
|
Method Summary | |
int |
compare(java.lang.Object first,
java.lang.Object second)
Compare two objects to see if they are out of order. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SortAdaptor()
Method Detail |
public int compare(java.lang.Object first, java.lang.Object second)
compare
in interface SortComparator
first
- first String as an Objectsecond
- second String as an Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |