Class LocalPagedIterator<T>

java.lang.Object
org.kohsuke.github.PagedIterator<T>
org.kohsuke.github.LocalPagedIterator<T>
All Implemented Interfaces:
Iterator<T>

class LocalPagedIterator<T> extends org.kohsuke.github.PagedIterator<T>
A local paged iterator to help with the tests.

Author:
Julb.
  • Constructor Details

    • LocalPagedIterator

      public LocalPagedIterator(List<T> items)
      Default constructor.