public class DocumentModelChildrenIterator extends Object implements DocumentModelIterator
UNKNOWN_SIZE
Constructor and Description |
---|
DocumentModelChildrenIterator(CoreSession session,
DocumentRef parentRef,
String type,
Filter filter) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
Iterator<DocumentModel> |
iterator() |
DocumentModel |
next() |
void |
remove() |
long |
size()
This might return a real elements count if the implementation allow this.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
forEach, spliterator
public DocumentModelChildrenIterator(CoreSession session, DocumentRef parentRef, String type, Filter filter)
public boolean hasNext()
hasNext
in interface Iterator<DocumentModel>
public DocumentModel next()
next
in interface Iterator<DocumentModel>
public void remove()
remove
in interface Iterator<DocumentModel>
public Iterator<DocumentModel> iterator()
iterator
in interface Iterable<DocumentModel>
public long size()
DocumentModelIterator
size
in interface DocumentModelIterator
Copyright © 2015 Nuxeo SA. All rights reserved.