com.sleepycat.je.tree
Class TreeIterator
java.lang.Object
com.sleepycat.je.tree.TreeIterator
- All Implemented Interfaces:
- Iterator
public final class TreeIterator
- extends Object
- implements Iterator
TreeIterator implements an Iterator over Tree's. Not protected
against insertions like cursors.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TreeIterator
public TreeIterator(Tree tree)
throws DatabaseException
- Throws:
DatabaseException
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator
next
public Object next()
- Specified by:
next
in interface Iterator
remove
public void remove()
- Specified by:
remove
in interface Iterator
Copyright 2004-2005 Sleepycat, Inc. All Rights Reserved.