Interface PaginationIterator<T>

  • All Superinterfaces:
    java.lang.AutoCloseable, java.util.Iterator<T>
    All Known Implementing Classes:
    FilteringPaginationIterator

    public interface PaginationIterator<T>
    extends java.util.Iterator<T>, java.lang.AutoCloseable
    • Method Detail

      • tokenForCurrent

        java.lang.String tokenForCurrent()
      • tokenForEntry

        java.lang.String tokenForEntry​(T entry)
      • close

        void close()
        Specified by:
        close in interface java.lang.AutoCloseable