Class SkipLimitIterator<T>

  • All Implemented Interfaces:
    java.util.Iterator<T>

    public class SkipLimitIterator<T>
    extends java.lang.Object
    implements java.util.Iterator<T>
    • Method Detail

      • preloadNextElement

        protected void preloadNextElement()
      • getNextBatch

        protected void getNextBatch()
      • hasNext

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

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