org.apache.commons.jxpath.util
Class ReverseComparator

java.lang.Object
  extended by org.apache.commons.jxpath.util.ReverseComparator
All Implemented Interfaces:
java.io.Serializable, java.util.Comparator

public final class ReverseComparator
extends java.lang.Object
implements java.util.Comparator, java.io.Serializable

Reverse comparator.

Version:
$Revision: 668329 $ $Date: 2008-06-16 16:59:48 -0500 (Mon, 16 Jun 2008) $
Author:
Dmitri Plotnikov
See Also:
Serialized Form

Field Summary
static java.util.Comparator INSTANCE
          Singleton reverse comparator instance.
 
Method Summary
 int compare(java.lang.Object o1, java.lang.Object o2)
           
 
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

INSTANCE

public static final java.util.Comparator INSTANCE
Singleton reverse comparator instance.

Method Detail

compare

public int compare(java.lang.Object o1,
                   java.lang.Object o2)
Specified by:
compare in interface java.util.Comparator


Copyright © 2001-2011 Apache Software Foundation. All Rights Reserved.