T
- The type of elements being iterated over.public interface MongoIterator<T> extends Iterator<T>, Iterable<T>, MongoCursorControl, ClosableIterator<T>
In addition the batch size for the next request for documents from the cursor can be set.
BATCH_SIZE_FIELD, CURSOR_ID_FIELD, LIMIT_FIELD, NAME_SPACE_FIELD, SERVER_FIELD
asDocument, close, getBatchSize, setBatchSize, stop
close, getBatchSize, setBatchSize
Copyright © 2011-2013 Allanbank Consulting, Inc.. All Rights Reserved.