|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectex1.ParamCompare
This class implements the comparator used in sorting columns. It is sensitive to float strings and will convert the strings to float values to do the compare if necessary.
| Constructor Summary | |
ParamCompare()
Creates a new instance of ParamCompare |
|
| Method Summary | |
int |
compare(java.lang.Object o1,
java.lang.Object o2)
Called automatically by a class using the comprator. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.Comparator |
equals |
| Constructor Detail |
public ParamCompare()
| Method Detail |
public int compare(java.lang.Object o1,
java.lang.Object o2)
compare in interface java.util.Comparatoro1 - First Object(string) to compareo2 - Second Object(string) to compare first against
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||