Package com.db4o.foundation
Class TreeKeyIterator
- java.lang.Object
-
- com.db4o.foundation.AbstractTreeIterator
-
- com.db4o.foundation.TreeKeyIterator
-
- All Implemented Interfaces:
Iterator4
public class TreeKeyIterator extends AbstractTreeIterator
-
-
Constructor Summary
Constructors Constructor Description TreeKeyIterator(Tree tree)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.Object
currentValue(Tree tree)
-
Methods inherited from class com.db4o.foundation.AbstractTreeIterator
current, moveNext, reset
-
-
-
-
Constructor Detail
-
TreeKeyIterator
public TreeKeyIterator(Tree tree)
-
-
Method Detail
-
currentValue
protected java.lang.Object currentValue(Tree tree)
- Specified by:
currentValue
in classAbstractTreeIterator
-
-