|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jcreme.filters.DoubleOrderFilter.DoubleComparator
A Comparator that compares Double objects.
| Field Summary | |
(package private) static long |
serialVersionUID
|
| Constructor Summary | |
protected |
DoubleOrderFilter.DoubleComparator()
|
| Method Summary | |
int |
compare(java.lang.Object obj1,
java.lang.Object obj2)
Compares the passed in parameters if they are both Double objects. |
| 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 |
| Field Detail |
static final long serialVersionUID
| Constructor Detail |
protected DoubleOrderFilter.DoubleComparator()
| Method Detail |
public int compare(java.lang.Object obj1,
java.lang.Object obj2)
compare in interface java.util.Comparatorobj1 - The first object to be used for comparison.obj2 - The second object to be used for comparison.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||