Class DescendantsIterator

  • All Implemented Interfaces:
    java.util.Iterator<org.apache.jackrabbit.oak.spi.state.NodeState>

    public class DescendantsIterator
    extends AbstractLazyIterator<org.apache.jackrabbit.oak.spi.state.NodeState>
    • Constructor Summary

      Constructors 
      Constructor Description
      DescendantsIterator​(org.apache.jackrabbit.oak.spi.state.NodeState root, int maxLevel)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.apache.jackrabbit.oak.spi.state.NodeState getNext()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.Iterator

        forEachRemaining
    • Constructor Detail

      • DescendantsIterator

        public DescendantsIterator​(org.apache.jackrabbit.oak.spi.state.NodeState root,
                                   int maxLevel)
    • Method Detail

      • getNext

        protected org.apache.jackrabbit.oak.spi.state.NodeState getNext()
        Specified by:
        getNext in class AbstractLazyIterator<org.apache.jackrabbit.oak.spi.state.NodeState>