public class CollectionPageIterable<T> extends AbstractIterable<T>
| Modifier | Constructor and Description |
|---|---|
|
CollectionPageIterable(AbstractPageFetcher<T> pageFetcher)
Constructor.
|
protected |
CollectionPageIterable(long position,
AbstractPageFetcher<T> pageFetcher)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected AbstractIterator<T> |
createIterator()
Construct the iterator
|
ItemIterable<T> |
skipTo(long position) |
getHasMoreItems, getPage, getPage, getPageFetcher, getPageNumItems, getSkipCount, getTotalNumItems, iteratorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic CollectionPageIterable(AbstractPageFetcher<T> pageFetcher)
protected CollectionPageIterable(long position,
AbstractPageFetcher<T> pageFetcher)
public ItemIterable<T> skipTo(long position)
skipTo in interface ItemIterable<T>skipTo in class AbstractIterable<T>protected AbstractIterator<T> createIterator()
AbstractIterablecreateIterator in class AbstractIterable<T>Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.