lapisx.sort
Interface SortableList

All Known Implementing Classes:
Sort.SortableRegion, StringSortableList

public interface SortableList


Method Summary
 int compareTo(SortableList l)
           
 Object get()
           
 SortableList next()
           
 void setNext(SortableList l)
           
 

Method Detail

get

public Object get()

next

public SortableList next()

setNext

public void setNext(SortableList l)

compareTo

public int compareTo(SortableList l)