Uses of Interface
org.relayirc.util.IComparable

Packages that use IComparable
org.relayirc.util General purpose utility classes. 
 

Uses of IComparable in org.relayirc.util
 

Classes in org.relayirc.util that implement IComparable
 class ComparableString
          Sortable string that implements IComparable.
 

Methods in org.relayirc.util with parameters of type IComparable
 int IComparable.compareTo(IComparable c)
          Compare to other object.
 int ComparableString.compareTo(IComparable other)
           
static void QuickSort.quicksort(IComparable[] arr, boolean ascending)