Uses of Class
org.apache.chemistry.opencmis.client.runtime.util.AbstractIterator

Packages that use AbstractIterator
org.apache.chemistry.opencmis.client.runtime.util   
 

Uses of AbstractIterator in org.apache.chemistry.opencmis.client.runtime.util
 

Subclasses of AbstractIterator in org.apache.chemistry.opencmis.client.runtime.util
 class CollectionIterator<T>
          Iterator for iterating over all items in a CMIS Collection.
 class CollectionPageIterator<T>
          Iterator for iterating over a page of items in a CMIS Collection.
 

Methods in org.apache.chemistry.opencmis.client.runtime.util that return AbstractIterator
protected  AbstractIterator<T> CollectionPageIterable.createIterator()
           
protected  AbstractIterator<T> CollectionIterable.createIterator()
           
protected abstract  AbstractIterator<T> AbstractIterable.createIterator()
          Construct the iterator
 AbstractIterator<T> AbstractIterable.iterator()
           
 



Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.