We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70b7745 commit 37b9a6aCopy full SHA for 37b9a6a
src/main/java/org/lmdbjava/Cursor.java
@@ -244,13 +244,6 @@ public T val() {
244
return txn.val();
245
}
246
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
-
254
/**
255
* Position at first key/data item
256
*/
0 commit comments