Interface DocumentModelIterator

All Superinterfaces:
Iterable<DocumentModel>, Iterator<DocumentModel>
All Known Implementing Classes:
DocumentModelChildrenIterator

public interface DocumentModelIterator extends Iterator<DocumentModel>, Iterable<DocumentModel>
A serializable iterator of document models. Long result sets are loaded frame by frame transparently by the DocumentModelIterator.
Author:
Bogdan Stefanescu, Dragos Mihalache
  • Field Details

  • Method Details

    • size

      long size()
      This might return a real elements count if the implementation allow this.
      Returns:
      the number of elements or -1 (by convention) if it is unknown