Searched refs:nextDup (Results 1 - 5 of 5) 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.java35 public V nextDup(LockMode lockMode) method in class:SubIndexCursor
H A DEntityCursor.java176 * Employee entities with the same department key value. The {@link #nextDup},
180 * <p>{@link #nextDup} and {@link #prevDup} return the next or previous value
193 * will find all employees in that department using {@link #nextDup}.</p>
208 * entity = cursor.nextDup();
236 * entity = cursor.nextDup();
360 V nextDup() method in interface:EntityCursor
376 V nextDup(LockMode lockMode) method in interface:EntityCursor
H A DBasicCursor.java81 public V nextDup() method in class:BasicCursor
84 return nextDup(null);
87 public V nextDup(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.java677 : (firstDup ? cursor.next() : cursor.nextDup());
H A DOperationTest.java147 entities.nextDup();

Completed in 44 milliseconds