Package org.restheart.mongodb.db
Class SkippedFindIterable
- java.lang.Object
-
- org.restheart.mongodb.db.SkippedFindIterable
-
public class SkippedFindIterable extends Object
- Author:
- Andrea Di Cesare <andrea@softinstigate.com>
-
-
Constructor Summary
Constructors Constructor Description SkippedFindIterable(com.mongodb.client.FindIterable<org.bson.BsonDocument> findIterable, int alreadySkipped)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetAlreadySkipped()com.mongodb.client.FindIterable<org.bson.BsonDocument>getFindIterable()
-