Package com.mongodb

Class AggregationOutput

    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.Iterable<DBObject> results()
      Deprecated.
      Returns the results of the aggregation.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • results

        public java.lang.Iterable<DBObject> results()
        Deprecated.
        Returns the results of the aggregation.
        Returns:
        iterable collection of DBObject