Searched refs:sortedDups (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/persist/
H A DBasicIndex.java42 boolean sortedDups; field in class:BasicIndex
59 sortedDups = config.getSortedDuplicates();
108 if (sortedDups) {
265 new RangeCursor(range, null/*pkRange*/, sortedDups, cursor);
H A DSubIndex.java46 private boolean sortedDups; field in class:SubIndex
66 sortedDups = secIndex.sortedDups;
321 new RangeCursor(singleKeyRange, pkeyRange, sortedDups, cursor);
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/util/keyrange/
H A DRangeCursor.java56 private boolean sortedDups; field in class:RangeCursor
85 boolean sortedDups,
94 this.sortedDups = sortedDups;
280 if (pkRange.beginKey == null || !sortedDups) {
347 if (!sortedDups) {
83 RangeCursor(KeyRange range, KeyRange pkRange, boolean sortedDups, Cursor cursor) argument

Completed in 104 milliseconds