org.relayirc.util
Interface IComparable

All Known Implementing Classes:
ComparableString

public interface IComparable

Objects that implement this interface are sortable by QuickSort.

See Also:
QuickSort

Method Summary
 int compareTo(IComparable c)
          Compare to other object.
 

Method Detail

compareTo

public int compareTo(IComparable c)
Compare to other object. Works like String.compareTo()