com.photoviewer.client.util
Interface QuickSort.Comparator

Enclosing interface:
QuickSort

public static interface QuickSort.Comparator

Implement this inteface and pass it to the QuickSort constructor that takes a Comparator when sorting a collection of items that are not Strings.


Method Summary
 int compare(java.lang.Object obj1, java.lang.Object obj2)
           
 

Method Detail

compare

public int compare(java.lang.Object obj1,
                   java.lang.Object obj2)