org.crosswire.common.util
Class RobustList.RobustListEnumeration

java.lang.Object
  extended by org.crosswire.common.util.RobustList.RobustListEnumeration
All Implemented Interfaces:
Enumeration
Enclosing class:
RobustList

private static class RobustList.RobustListEnumeration
extends Object
implements Enumeration


Field Summary
private  RobustList.Entry next
           
 
Constructor Summary
RobustList.RobustListEnumeration(RobustList.Entry head)
          Simple ctor
 
Method Summary
 boolean hasMoreElements()
           
 Object nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

next

private RobustList.Entry next
Constructor Detail

RobustList.RobustListEnumeration

RobustList.RobustListEnumeration(RobustList.Entry head)
Simple ctor

Method Detail

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface Enumeration

nextElement

public Object nextElement()
                   throws NoSuchElementException
Specified by:
nextElement in interface Enumeration
Throws:
NoSuchElementException

Copyright ? 2003-2004