jsky.util
Interface Sortable


public interface Sortable

An object that can be sorted.

Version:
1.3, 06/10/96
Author:
Jonathan Payne

Method Summary
 int compareTo(Sortable other, java.lang.Object rock)
           
 

Method Detail

compareTo

int compareTo(Sortable other,
              java.lang.Object rock)