Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.incava.util.ReverseComparator
public class ReverseComparator
extends java.lang.Object
implements Comparator
Method Summary | |
int |
|
boolean |
|
public int compare(Object o1, Object o2)
Compares o2 to o1.o2
must implement Comparable.
public boolean equals(Object o1, Object o2)
Returnso1.equals(o2)
.