anon.util
Interface Util.Comparable

All Known Implementing Classes:
Util.IntegerSortAsc, Util.IntegerSortDesc, Util.LongSortAsc, Util.LongSortDesc, Util.StringSortAsc
Enclosing class:
Util

public static interface Util.Comparable


Method Summary
 int compare(java.lang.Object a_obj1, java.lang.Object a_obj2)
           
 

Method Detail

compare

int compare(java.lang.Object a_obj1,
            java.lang.Object a_obj2)