jumbo.euclid
Interface Sortable

All Known Implementing Classes:
SortableObject, SortableString

public interface Sortable

interface for allowing Objects to be sorted


Method Summary
 int compareTo(Sortable sortable)
           
 

Method Detail

compareTo

public int compareTo(Sortable sortable)
Returns:
-1 if this < sortable; 1 if > sortable; 0 if equal