Class | Description |
---|---|
AggregateIterable<ResultT> |
Specific iterable for
MongoCollection.aggregate(List) operations. |
FindIterable<ResultT> |
Specific iterable for
MongoCollection.find() operations. |
MongoCursor<ResultT> |
The Mongo Cursor class is fundamentally an
Iterator containing an additional
tryNext() method for convenience. |
MongoIterable<ResultT> |
The MongoIterable is the results from an operation, such as a
find() or an
aggregate() query. |