Class SkippedFindIterable


  • public class SkippedFindIterable
    extends Object
    Author:
    Andrea Di Cesare <andrea@softinstigate.com>
    • Constructor Detail

      • SkippedFindIterable

        public SkippedFindIterable​(com.mongodb.client.FindIterable<org.bson.BsonDocument> findIterable,
                                   int alreadySkipped)
        Parameters:
        findIterable -
        alreadySkipped -
    • Method Detail

      • getAlreadySkipped

        public int getAlreadySkipped()
        Returns:
        the alreadySkipped
      • getFindIterable

        public com.mongodb.client.FindIterable<org.bson.BsonDocument> getFindIterable()
        Returns:
        the findIterable