|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.bigzip.plugin.support.table.DoublePrecisionSorter
Constructor Summary | |
DoublePrecisionSorter()
|
Method Summary | |
int |
compare(java.lang.Object a,
java.lang.Object b)
Sorts two double-precision floating-point numbers in numeric order. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DoublePrecisionSorter()
Method Detail |
public int compare(java.lang.Object a, java.lang.Object b) throws java.lang.IllegalArgumentException
compare
in interface DataSorter
a
- The first Number object.b
- The second Number object.java.lang.IllegalArgumentException
- one or both parameters are not
Number objects.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |