Class DescendantsIterator
- java.lang.Object
-
- org.apache.jackrabbit.commons.iterator.AbstractLazyIterator<NodeState>
-
- org.apache.jackrabbit.oak.plugins.migration.DescendantsIterator
-
- All Implemented Interfaces:
java.util.Iterator<NodeState>
public class DescendantsIterator extends AbstractLazyIterator<NodeState>
-
-
Constructor Summary
Constructors Constructor Description DescendantsIterator(NodeState root, int maxLevel)
-
Method Summary
-
Methods inherited from class org.apache.jackrabbit.commons.iterator.AbstractLazyIterator
hasNext, next, remove
-
-
-
-
Constructor Detail
-
DescendantsIterator
public DescendantsIterator(NodeState root, int maxLevel)
-
-