|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |