Skip to content

Commit 37b9a6a

Browse files
committed
removed keyVal from Cursor
1 parent 70b7745 commit 37b9a6a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/main/java/org/lmdbjava/Cursor.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -244,13 +244,6 @@ public T val() {
244244
return txn.val();
245245
}
246246

247-
/**
248-
* @return the key and value that the cursor is located at.
249-
*/
250-
public KeyVal<T> keyVal() {
251-
return new KeyVal<>(key(), val());
252-
}
253-
254247
/**
255248
* Position at first key/data item
256249
*/

0 commit comments

Comments
 (0)