public class OwCollectionPageIterator<T> extends OwAbstractIterator<T>
Iterator over a single page. It will stop when reaching the end of the current page.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
page
Constructor and Description |
---|
OwCollectionPageIterator(long skipCount,
OwAbstractPageFetcher<T> pageFetcher) |
OwCollectionPageIterator(OwCollectionPageIterator<T> iterator)
Create a new Page Iterator with the same configuration like this one.
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
T |
next() |
getCurrentPage, getHasMoreItems, getPageFetcher, getPageNumItems, getSkipCount, getSkipOffset, getTotalNumItems, incrementPage, incrementSkipOffset, remove
public OwCollectionPageIterator(long skipCount, OwAbstractPageFetcher<T> pageFetcher)
public OwCollectionPageIterator(OwCollectionPageIterator<T> iterator)
iterator
- public boolean hasNext()
public T next()
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.