public abstract class PagedSearchIterable<T> extends PagedIterable<T>
PagedIterable enhanced to report search result specific information.| Modifier and Type | Method and Description |
|---|---|
protected java.util.Iterator<T[]> |
adapt(java.util.Iterator<? extends org.kohsuke.github.SearchResult<T>> base)
Adapts
Iterator. |
int |
getTotalCount()
Returns the total number of hit, including the results that's not yet fetched.
|
boolean |
isIncomplete() |
asList, asSet, iteratorCopyright © 2015. All Rights Reserved.