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