public interface DocumentModelIterator extends Iterator<DocumentModel>, Iterable<DocumentModel>
Modifier and Type | Field and Description |
---|---|
static int |
UNKNOWN_SIZE |
Modifier and Type | Method and Description |
---|---|
long |
size()
This might return a real elements count if the implementation allow this.
|
forEachRemaining, hasNext, next, remove
forEach, iterator, spliterator
static final int UNKNOWN_SIZE
long size()
Copyright © 2015 Nuxeo SA. All rights reserved.