DBCollection
that return instances of Cursor
.@Deprecated
public class AggregationOutput
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.util.List<DBObject> |
results
Deprecated.
|
Constructor and Description |
---|
AggregationOutput(java.util.List<DBObject> results)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<DBObject> |
results()
Deprecated.
Returns the results of the aggregation.
|