-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
close
public void close()
- Specified by:
close
in interface com.mongodb.client.MongoCursor
- Specified by:
close
in interface Closeable
- Specified by:
close
in interface AutoCloseable
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface com.mongodb.client.MongoCursor
- Specified by:
hasNext
in interface Iterator
-
next
public Object next()
- Specified by:
next
in interface com.mongodb.client.MongoCursor
- Specified by:
next
in interface Iterator
-
tryNext
public Object tryNext()
- Specified by:
tryNext
in interface com.mongodb.client.MongoCursor
Copyright © 2019 Vitam. All rights reserved.