lapisx.sort
Class StringSortableList

java.lang.Object
  extended bylapisx.sort.StringSortableList
All Implemented Interfaces:
SortableList

public class StringSortableList
extends Object
implements SortableList


Constructor Summary
StringSortableList(String value, SortableList nextPtr)
           
 
Method Summary
 int compareTo(SortableList l)
           
 void dump()
           
 Object get()
           
static StringSortableList make(String[] words)
           
 SortableList next()
           
 void setNext(SortableList l)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringSortableList

public StringSortableList(String value,
                          SortableList nextPtr)
Method Detail

get

public Object get()
Specified by:
get in interface SortableList

next

public SortableList next()
Specified by:
next in interface SortableList

setNext

public void setNext(SortableList l)
Specified by:
setNext in interface SortableList

compareTo

public int compareTo(SortableList l)
Specified by:
compareTo in interface SortableList

dump

public void dump()

make

public static StringSortableList make(String[] words)