T - public class CollectionPageIterator<T> extends AbstractIterator<T>
| Constructor and Description |
|---|
CollectionPageIterator(long skipCount,
AbstractPageFetcher<T> pageFetcher)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
T |
next() |
getCurrentPage, getHasMoreItems, getPageNumItems, getPosition, getSkipCount, getSkipOffset, getTotalNumItems, incrementPage, incrementSkipOffset, removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic CollectionPageIterator(long skipCount,
AbstractPageFetcher<T> pageFetcher)
public boolean hasNext()
public T next()
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.