Class LastIterator<T>

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

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

      • LastIterator

        public LastIterator​(Iterator<org.apache.sling.query.api.internal.Option<T>> iterator)
    • 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>>