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

Method moveLast

java/java/de/crupp/upscaledb/Cursor.java:191–194  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

189 * @see Cursor#move(int)
190 */
191 public void moveLast()
192 throws DatabaseException {
193 move(Const.UPS_CURSOR_LAST);
194 }
195
196 /**
197 * Moves the Cursor to the next Database element

Callers 1

testMoveLastMethod · 0.95

Calls 1

moveMethod · 0.95

Tested by 1

testMoveLastMethod · 0.76