org.crosswire.bibledesktop.passage
Class BibleTreeNode.NodeEnumeration

java.lang.Object
  extended by 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
           
 
Constructor Summary
BibleTreeNode.NodeEnumeration()
           
 
Method Summary
 boolean hasMoreElements()
           
 Object nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

index

private int index
Constructor Detail

BibleTreeNode.NodeEnumeration

public BibleTreeNode.NodeEnumeration()
Method Detail

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface Enumeration

nextElement

public Object nextElement()
Specified by:
nextElement in interface Enumeration

Copyright ? 2003-2004