Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0dc6780

Browse files
committed
JavaDoc corrections (lmdbjava#199)
1 parent3524995 commit0dc6780

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

‎src/main/java/org/lmdbjava/CursorIterable.java‎

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,6 @@
4141
* <p>
4242
* An instance will create and close its own cursor.
4343
*
44-
* <p>
45-
* If iterating over keys stored with {@link DbiFlags#MDB_INTEGERKEY} you must
46-
* provide a Java comparator when constructing the {@link Dbi} or this class. It
47-
* is more efficient to use a comparator only with this class, as this avoids
48-
* LMDB calling back into Java code to perform the integer key comparison.
49-
*
5044
* @param <T> buffer type
5145
*/
5246
publicfinalclassCursorIterable<T>implements

‎src/main/java/org/lmdbjava/Env.java‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ public Dbi<T> openDbi(final byte[] name, final Comparator<T> comparator,
365365
* secondary (but uncommon) use of the comparator is to act as a callback from
366366
* the native library if <code>nativeCb</code> is <code>true</code>. This is
367367
* usually avoided due to the overhead of native code calling back into Java.
368-
* It is instead highly recommended to set the correct {@linkDbiFlag}s to
368+
* It is instead highly recommended to set the correct {@linkDbiFlags} to
369369
* allow the native library to correctly order the intended keys.
370370
*
371371
* <p>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp