org.crosswire.bibledesktop.passage
Class BibleTreeNode.NodeEnumeration
java.lang.Object
org.crosswire.bibledesktop.passage.BibleTreeNode.NodeEnumeration
- All Implemented Interfaces:
- Enumeration
- Enclosing class:
- BibleTreeNode
public class BibleTreeNode.NodeEnumeration
- extends Object
- implements Enumeration
The Enumerate over an array
Field Summary |
private int |
index
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
index
private int index
BibleTreeNode.NodeEnumeration
public BibleTreeNode.NodeEnumeration()
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements
in interface Enumeration
nextElement
public Object nextElement()
- Specified by:
nextElement
in interface Enumeration