|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openjena.atlas.lib.ReverseComparator<T>
public class ReverseComparator<T>
Comparator that compares the other way round to it's sub-comparator
Constructor Summary | |
---|---|
ReverseComparator(Comparator<T> comparator)
|
Method Summary | |
---|---|
int |
compare(T o1,
T o2)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Comparator |
---|
equals |
Constructor Detail |
---|
public ReverseComparator(Comparator<T> comparator)
Method Detail |
---|
public int compare(T o1, T o2)
compare
in interface Comparator<T>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |