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