org.crosswire.common.util
Class RobustList.Entry

java.lang.Object
  extended by org.crosswire.common.util.RobustList.Entry
Enclosing class:
RobustList

private class RobustList.Entry
extends Object


Field Summary
protected  RobustList.Entry next
           
protected  Object object
           
protected  RobustList.Entry prev
           
 
Constructor Summary
protected RobustList.Entry(Object object)
           
 
Method Summary
protected  void debug()
           
protected  void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

object

protected Object object

next

protected RobustList.Entry next

prev

protected RobustList.Entry prev
Constructor Detail

RobustList.Entry

protected RobustList.Entry(Object object)
Parameters:
object -
Method Detail

remove

protected void remove()

debug

protected void debug()

Copyright ? 2003-2004