Los SDK de dispositivos Atlas están obsoletos. Consulte deprecation page for details.
io.realm.mongodb.mongo.iterable
io.realm.mongodb.mongo.iterable.MongoCursor
Implemented interfaces:
La clase Mongo Cursor es fundamentalmente un Iterador que contiene un elemento adicional. tryNext() método por conveniencia.
An application should ensure that a cursor is closed in all circumstances, e.g. using a try-with-resources statement.
Resumen del método
Inherited Methods
Methods inherited from class java.lang.Object :
getClass,hashCode,equals,clone,toString,notify,notifyAll,wait,wait,wait,finalize
Detalle del método
Cerrar
public void close () |
|---|
hasNext
public boolean hasNext () |
|---|
siguiente
public ResultT next () |
|---|
tryNext
public ResultT tryNext () |
|---|
A special Devuelve Un |