We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cf8f02 commit dd51a68Copy full SHA for dd51a68
src/main/java/org/lmdbjava/CursorIterator.java
@@ -41,8 +41,8 @@
41
*
42
* <p>
43
* If iterating over keys stored with {@link DbiFlags#MDB_INTEGERKEY} you must
44
- * provide a Java iterator when constructing the {@link Dbi} or this class. It
45
- * is more efficient to use an iterator only with this class, as this avoids
+ * provide a Java comparator when constructing the {@link Dbi} or this class. It
+ * is more efficient to use a comparator only with this class, as this avoids
46
* LMDB calling back into Java code to perform the integer key comparison.
47
48
* @param <T> buffer type
0 commit comments