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

Method movePrevious

java/java/de/crupp/upscaledb/Cursor.java:223–226  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

221 * @see Cursor#move(int)
222 */
223 public void movePrevious()
224 throws DatabaseException {
225 move(Const.UPS_CURSOR_PREVIOUS);
226 }
227
228 /**
229 * Moves the Cursor to the previous Database element

Callers 1

testMovePreviousMethod · 0.95

Calls 1

moveMethod · 0.95

Tested by 1

testMovePreviousMethod · 0.76