anon.util
Class Util.LongSortDesc

java.lang.Object
  extended by anon.util.Util.LongSortDesc
All Implemented Interfaces:
Util.Comparable
Enclosing class:
Util

public static class Util.LongSortDesc
extends java.lang.Object
implements Util.Comparable


Constructor Summary
Util.LongSortDesc()
           
 
Method Summary
 int compare(java.lang.Object a_obj1, java.lang.Object a_obj2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Util.LongSortDesc

public Util.LongSortDesc()
Method Detail

compare

public int compare(java.lang.Object a_obj1,
                   java.lang.Object a_obj2)
Specified by:
compare in interface Util.Comparable