com.mindbright.util
Interface ArraySort.Comparable

Enclosing interface:
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

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