public class OwCollectionIterator<T> extends OwAbstractIterator<T>
Iterator over the entire collection (not only one 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 |
---|
OwCollectionIterator(long skipCount,
OwAbstractPageFetcher<T> pageFetcher) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
T |
next() |
getCurrentPage, getHasMoreItems, getPageFetcher, getPageNumItems, getSkipCount, getSkipOffset, getTotalNumItems, incrementPage, incrementSkipOffset, remove
public OwCollectionIterator(long skipCount, OwAbstractPageFetcher<T> pageFetcher)
public boolean hasNext()
public T next()
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.