Class AbstractPagingIterable.PagingIterator<T,​P extends BasicResultsPage<T>>

    • Method Detail

      • computeNext

        protected T computeNext()
        Specified by:
        computeNext in class com.google.common.collect.AbstractIterator<T>
      • getLastFullPageProcessed

        public P getLastFullPageProcessed()
        As this iterator pages through all the results this call will get you the token you can use to get more data at a later date.

        This value will be null until this iterator has passed the first page.

        This value may be used even if this iterator throws an Exception.