com.ibm.di.btree
Class DBEnumeration
java.lang.Object
com.ibm.di.btree.DBEnumeration
- All Implemented Interfaces:
- Enumeration
public class DBEnumeration
- extends Object
- implements Enumeration
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DBEnumeration
public DBEnumeration(DBFile db,
DBNode root,
boolean keys)
getMaxDepth
public int getMaxDepth()
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements
in interface Enumeration
nextElement
public Object nextElement()
- Specified by:
nextElement
in interface Enumeration
getNextObject
public Object getNextObject()
throws Exception
- Throws:
Exception