包 io.realm.mongodb.mongo.iterable
-
类摘要 类 说明 AggregateIterable <ResultT> MongoCollection.aggregate(List)
操作的特定迭代。FindIterable <ResultT> MongoCollection.find()
操作的特定迭代。MongoCursor <ResultT> Mongo Cursor 类从根本上来说是一个Iterator
,为方便起见,其中包含一个额外的tryNext()
方法。MongoIterable <ResultT> MongoIterable 是操作的结果,例如find()
或aggregate()
查询。