Searched refs:entityCursor (Results 1 - 1 of 1) 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 DBasicIterator.java25 private EntityCursor<V> entityCursor; field in class:BasicIterator
33 BasicIterator(EntityCursor<V> entityCursor, LockMode lockMode) { argument
34 this.entityCursor = entityCursor;
35 this.forwardCursor = entityCursor;
71 if (entityCursor == null) {
75 if (!entityCursor.delete()) {

Completed in 26 milliseconds