private class WholeBibleTreeNode.WholeBibleEnumeration extends Object implements Enumeration<TreeNode>
Modifier and Type | Field and Description |
---|---|
private int |
count |
private WholeBibleTreeNode |
treeNode |
Constructor and Description |
---|
WholeBibleTreeNode.WholeBibleEnumeration(WholeBibleTreeNode treeNode) |
private WholeBibleTreeNode treeNode
private int count
WholeBibleTreeNode.WholeBibleEnumeration(WholeBibleTreeNode treeNode)
public boolean hasMoreElements()
hasMoreElements
in interface Enumeration<TreeNode>
public TreeNode nextElement()
nextElement
in interface Enumeration<TreeNode>