Class DescendantsIterator<T>

  • All Implemented Interfaces:
    Iterator<org.apache.sling.query.api.internal.Option<T>>

    public class DescendantsIterator<T>
    extends AbstractIterator<org.apache.sling.query.api.internal.Option<T>>
    • Constructor Detail

      • DescendantsIterator

        public DescendantsIterator​(Iterator<org.apache.sling.query.api.internal.Option<T>> input,
                                   Iterator<T> descendants,
                                   org.apache.sling.query.api.internal.TreeProvider<T> provider)
    • Method Detail

      • getElement

        protected org.apache.sling.query.api.internal.Option<T> getElement()
        Specified by:
        getElement in class AbstractIterator<org.apache.sling.query.api.internal.Option<T>>