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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/collections/
H A DStoredIterator.java448 status = cursor.putAfter(value);
457 status = cursor.putAfter(value);
H A DDataCursor.java729 * Binding version of Cursor.putAfter().
731 OperationStatus putAfter(Object value) method in class:DataCursor
736 return cursor.putAfter(keyThang, valueThang);
H A DBlockIterator.java687 status = hasPrev ? cursor.putAfter(value)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/compat/
H A DDbCompat.java175 public static OperationStatus putAfter(Cursor cursor, method in class:DbCompat
179 return cursor.putAfter(key, data);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DCursor.java823 If the putAfter method succeeds, the cursor is always positioned to refer to
824 the newly inserted item. If the putAfter method fails for any reason, the
835 In the case of the Hash access method, the putAfter method will fail and
845 The putAfter method may not be called for the Queue access method.
859 public OperationStatus putAfter(final DatabaseEntry key, method in class:Cursor
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/util/keyrange/
H A DRangeCursor.java861 public OperationStatus putAfter(DatabaseEntry key, DatabaseEntry data) method in class:RangeCursor
864 return DbCompat.putAfter(cursor, key, data);

Completed in 106 milliseconds