org.crosswire.bibledesktop.passage
Class WholeBibleTreeNode.WholeBibleEnumeration
java.lang.Object
org.crosswire.bibledesktop.passage.WholeBibleTreeNode.WholeBibleEnumeration
- All Implemented Interfaces:
- Enumeration<TreeNode>
- Enclosing class:
- WholeBibleTreeNode
private class WholeBibleTreeNode.WholeBibleEnumeration
- extends Object
- implements Enumeration<TreeNode>
Iterate over the Books
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
treeNode
private WholeBibleTreeNode treeNode
count
private int count
WholeBibleTreeNode.WholeBibleEnumeration
public WholeBibleTreeNode.WholeBibleEnumeration(WholeBibleTreeNode treeNode)
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements
in interface Enumeration<TreeNode>
nextElement
public TreeNode nextElement()
- Specified by:
nextElement
in interface Enumeration<TreeNode>