org.crosswire.common.util
Class RobustList.RobustListEnumeration
java.lang.Object
org.crosswire.common.util.RobustList.RobustListEnumeration
- All Implemented Interfaces:
- Enumeration
- Enclosing class:
- RobustList
private static class RobustList.RobustListEnumeration
- extends Object
- implements Enumeration
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
next
private RobustList.Entry next
RobustList.RobustListEnumeration
RobustList.RobustListEnumeration(RobustList.Entry head)
- Simple ctor
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements
in interface Enumeration
nextElement
public Object nextElement()
throws NoSuchElementException
- Specified by:
nextElement
in interface Enumeration
- Throws:
NoSuchElementException