org.crosswire.bibledesktop.passage
Class WholeBibleTreeNode.WholeBibleEnumeration

java.lang.Object
  extended by 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


Field Summary
private  int count
           
private  WholeBibleTreeNode treeNode
           
 
Constructor Summary
WholeBibleTreeNode.WholeBibleEnumeration(WholeBibleTreeNode treeNode)
           
 
Method Summary
 boolean hasMoreElements()
           
 TreeNode nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

treeNode

private WholeBibleTreeNode treeNode

count

private int count
Constructor Detail

WholeBibleTreeNode.WholeBibleEnumeration

public WholeBibleTreeNode.WholeBibleEnumeration(WholeBibleTreeNode treeNode)
Method Detail

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface Enumeration<TreeNode>

nextElement

public TreeNode nextElement()
Specified by:
nextElement in interface Enumeration<TreeNode>

Copyright ยจ 2003-2013