public class PaginatedIterator<T extends ApiElement>
extends java.lang.Object
implements java.util.Iterator<T>
| Constructor and Description |
|---|
PaginatedIterator(ApiElementList<T> start) |
PaginatedIterator(ApiElementList<T> start,
Configuration config) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
T |
next() |
public PaginatedIterator(ApiElementList<T> start)
public PaginatedIterator(ApiElementList<T> start, Configuration config)
public T next()
next in interface java.util.Iterator<T extends ApiElement>public boolean hasNext()
hasNext in interface java.util.Iterator<T extends ApiElement>true if the {apiElementList}
has a ApiElementList.getNext() or the
{currentList} has not been exhausted