T
- public class CollectionPageIterator<T> extends AbstractIterator<T>
Constructor and Description |
---|
CollectionPageIterator(long skipCount,
AbstractPageFetcher<T> pageFetcher)
Construct
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
T |
next() |
getCurrentPage, getHasMoreItems, getPageNumItems, getPosition, getSkipCount, getSkipOffset, getTotalNumItems, incrementPage, incrementSkipOffset, remove
public CollectionPageIterator(long skipCount, AbstractPageFetcher<T> pageFetcher)
skipCount
- pageFetcher
- public boolean hasNext()
public T next()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.