Package com.photoviewer.client.util

Interface Summary
QuickSort.CollectionAccessor Implement this interface and pased it to the sort() method when sorting collections that are not Object[]'s or Vectors.
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.
 

Class Summary
MRUCache MRUCache implements a "most recently used" cache.
QuickSort Generic QuickSort (only exists because this code is attempting to be completely Java 1.1 compatible).