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