jumbo.euclid
Class SortableObject

java.lang.Object
  |
  +--jumbo.euclid.SortableObject

public abstract class SortableObject
extends java.lang.Object
implements Sortable

an Object which is sortable (i.e. can be compared to another Object of the same type. Always subclassed


Constructor Summary
SortableObject()
           
 
Method Summary
 int compareTo(SortableObject so)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SortableObject

public SortableObject()
Method Detail

compareTo

public int compareTo(SortableObject so)