com.mindbright.util
Interface ArraySort.Comparable

Enclosing class:
ArraySort

public static interface ArraySort.Comparable

The elemnts in the array should implement this interface


Method Summary
 int compareTo(ArraySort.Comparable other)
          Compare two elemnts.
 

Method Detail

compareTo

int compareTo(ArraySort.Comparable other)
Compare two elemnts. The interface java.lang.comparable did not appear until 1.2.