Uses of Class
org.crosswire.common.util.RobustList.Entry

Packages that use RobustList.Entry
org.crosswire.common.util A collection of various generic utility classes. 
 

Uses of RobustList.Entry in org.crosswire.common.util
 

Fields in org.crosswire.common.util declared as RobustList.Entry
protected  RobustList.Entry RobustList.foot
           
protected  RobustList.Entry RobustList.head
           
private  RobustList.Entry RobustList.RobustListEnumeration.next
           
protected  RobustList.Entry RobustList.Entry.next
           
protected  RobustList.Entry RobustList.Entry.prev
           
 

Methods in org.crosswire.common.util that return RobustList.Entry
private  RobustList.Entry RobustList.findEntry(int index)
          Return the indexed entry.
 

Constructors in org.crosswire.common.util with parameters of type RobustList.Entry
RobustList.RobustListEnumeration(RobustList.Entry head)
          Simple ctor
 


Copyright ? 2003-2004