Class ArgumentResettingIterator<T>

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

    public class ArgumentResettingIterator<T>
    extends Object
    implements Iterator<org.apache.sling.query.api.internal.Option<T>>
    • Constructor Detail

      • ArgumentResettingIterator

        public ArgumentResettingIterator​(Iterator<org.apache.sling.query.api.internal.Option<T>> iterator)
    • Method Detail

      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface Iterator<T>
      • next

        public org.apache.sling.query.api.internal.Option<T> next()
        Specified by:
        next in interface Iterator<T>
      • remove

        public void remove()
        Specified by:
        remove in interface Iterator<T>