Class EmptyCursor

java.lang.Object
de.bwaldvogel.mongo.backend.Cursor
de.bwaldvogel.mongo.backend.EmptyCursor

public class EmptyCursor
extends Cursor
  • Field Summary

    Fields inherited from class de.bwaldvogel.mongo.backend.Cursor

    id
  • Method Summary

    Modifier and Type Method Description
    static EmptyCursor get()  
    boolean isEmpty()  
    java.util.List<Document> takeDocuments​(int numberToReturn)  
    java.lang.String toString()  

    Methods inherited from class de.bwaldvogel.mongo.backend.Cursor

    getId

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait