MCPcopy Create free account
hub / github.com/cruppstahl/upscaledb / moveNext

Method moveNext

java/java/de/crupp/upscaledb/Cursor.java:202–205  ·  view source on GitHub ↗

Moves the Cursor to the next Database element @see Cursor#moveNext(int) @see Cursor#move(int)

()

Source from the content-addressed store, hash-verified

200 * @see Cursor#move(int)
201 */
202 public void moveNext()
203 throws DatabaseException {
204 move(Const.UPS_CURSOR_NEXT);
205 }
206
207 /**
208 * Moves the Cursor to the next Database element

Callers 1

testMoveNextMethod · 0.95

Calls 1

moveMethod · 0.95

Tested by 1

testMoveNextMethod · 0.76