Package org.kohsuke.github
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.
-
Field Summary
Fields inherited from class org.kohsuke.github.PagedIterator
base
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.kohsuke.github.PagedIterator
hasNext, next, nextPage, nextPageArray, wrapUp
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Constructor Details
-
LocalPagedIterator
Default constructor.
-