Skips a given number of elements at the beginning of the cursor.
This method must be called before beginning iteration in order to have effect. If multiple calls to skip() are made, the one with the maximum number will be chosen.
The number of documents to skip.
the same cursor
http://docs.mongodb.org/manual/reference/method/cursor.skip
See Implementation
Skips a given number of elements at the beginning of the cursor.
This method must be called before beginning iteration in order to have effect. If multiple calls to skip() are made, the one with the maximum number will be chosen.