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

/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/collections/
H A DDataCursor.java51 private DataCursor[] indexCursorsToClose; field in class:DataCursor
114 indexCursorsToClose = indexCursors;
220 if (indexCursorsToClose != null) {
221 DataCursor[] toClose = indexCursorsToClose;
222 indexCursorsToClose = null;

Completed in 108 milliseconds