Searched refs:nextNoDup (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/
H A DSubIndexCursor.java42 public V nextNoDup(LockMode lockMode) method in class:SubIndexCursor
H A DEntityCursor.java177 * {@link #prevDup}, {@link #nextNoDup} and {@link #prevNoDup} methods may be
185 * <p>{@link #nextNoDup} and {@link #prevNoDup} return the next or previous
191 * department with {@link #nextNoDup} until it finds a department name that
204 * entity = cursor.nextNoDup()) {
232 * entity = cursor.nextNoDup()) {
390 V nextNoDup() method in interface:EntityCursor
405 V nextNoDup(LockMode lockMode) method in interface:EntityCursor
H A DBasicCursor.java94 public V nextNoDup() method in class:BasicCursor
97 return nextNoDup(null);
100 public V nextNoDup(LockMode lockMode) method in class:BasicCursor
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/persist/test/
H A DIndexTest.java689 T o = first ? cursor.first() : cursor.nextNoDup();

Completed in 108 milliseconds