Searched refs:BasicCursor (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.java23 class SubIndexCursor<V> extends BasicCursor<V> {
H A DBasicCursor.java6 * $Id: BasicCursor.java,v 1.1 2008/02/07 17:12:26 mark Exp $
25 class BasicCursor<V> implements EntityCursor<V> { class in inherits:EntityCursor
34 BasicCursor(RangeCursor cursor, method in class:BasicCursor
193 return new BasicCursor<V>(cursor.dup(true), adapter, updateAllowed);
H A DBasicIndex.java266 return new BasicCursor<V>(rangeCursor, adapter, isUpdateAllowed());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A DMakefile425 $(JAVA_SLEEPYCAT)/persist/BasicCursor.java \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A DMakefile.in420 $(JAVA_SLEEPYCAT)/persist/BasicCursor.java \

Completed in 63 milliseconds