Package org.kohsuke.github
Class LocalPagedIterable<T>
java.lang.Object
org.kohsuke.github.PagedIterable<T>
org.kohsuke.github.LocalPagedIterable<T>
- All Implemented Interfaces:
Iterable<T>
public class LocalPagedIterable<T>
extends org.kohsuke.github.PagedIterable<T>
A local paged iterable to help with the tests.
- Author:
- Julb.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.kohsuke.github.PagedIterable
asList, asSet, iterator, toArray, toArray, toList, toSet, withPageSize
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
LocalPagedIterable
public LocalPagedIterable()
-
-
Method Details
-
_iterator
- Specified by:
_iterator
in classorg.kohsuke.github.PagedIterable<T>
-