| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.incava.util.ReverseComparatorpublic class ReverseComparatorextends java.lang.Objectimplements ComparatorMethod Summary | |
int |
|
boolean |
|
public int compare(Object o1,
Object o2)Compares o2 to o1.o2must implement Comparable.
public boolean equals(Object o1,
Object o2)Returnso1.equals(o2).