Class PagingIterator<T extends HasId>

    • Method Detail

      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface java.util.Iterator<T extends HasId>
      • next

        public T next()
        Specified by:
        next in interface java.util.Iterator<T extends HasId>
      • remove

        public void remove()
        Specified by:
        remove in interface java.util.Iterator<T extends HasId>