Class ResultListIterator

  • All Implemented Interfaces:
    Iterator, ListIterator

    public class ResultListIterator
    extends Object
    Wrapper iterator that will return false for hasNext() if the owning ResultList has been closed.
    Author:
    Marc Prud'hommeaux
    • Method Detail

      • getResultList

        public ResultList getResultList()
      • hasNext

        public boolean hasNext()
      • hasPrevious

        public boolean hasPrevious()
      • nextIndex

        public int nextIndex()
      • previous

        public Object previous()
      • previousIndex

        public int previousIndex()
      • add

        public void add​(E o)
        Specified by:
        add in interface ListIterator<E>
      • set

        public void set​(E o)
        Specified by:
        set in interface ListIterator<E>