org.apache.chemistry.opencmis.client.runtime.util
Class CollectionPageIterator<T>
java.lang.Object
org.apache.chemistry.opencmis.client.runtime.util.AbstractIterator<T>
org.apache.chemistry.opencmis.client.runtime.util.CollectionPageIterator<T>
- Type Parameters:
T
-
- All Implemented Interfaces:
- Iterator<T>
public class CollectionPageIterator<T>
- extends AbstractIterator<T>
Iterator for iterating over a page of items in a CMIS Collection.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CollectionPageIterator
public CollectionPageIterator(long skipCount,
AbstractPageFetcher<T> pageFetcher)
- Construct
- Parameters:
skipCount
- pageFetcher
-
hasNext
public boolean hasNext()
next
public T next()
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.