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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/java/src/com/sleepycat/persist/
H A DForwardCursor.java20 * <p>{@code ForwardCursor} objects are <em>not</em> thread-safe. Cursors
30 public interface ForwardCursor<V> extends Iterable<V> { interface in inherits:Iterable
H A DBasicIterator.java26 private ForwardCursor<V> forwardCursor;
40 * A ForwardCursor is given and the remove() method is not supported.
42 BasicIterator(ForwardCursor<V> forwardCursor, LockMode lockMode) {
H A DEntityJoin.java56 * {@literal ForwardCursor<Person> results = join.entities();}
118 public ForwardCursor<E> entities()
140 public ForwardCursor<E> entities(Transaction txn, CursorConfig config)
158 public ForwardCursor<PK> keys()
181 public ForwardCursor<PK> keys(Transaction txn, CursorConfig config)
220 private class JoinForwardCursor<V> implements ForwardCursor<V> {
H A DEntityCursor.java33 * ForwardCursor}, which implements a subset of cursor operations, is also
273 public interface EntityCursor<V> extends ForwardCursor<V> {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/java/src/com/sleepycat/persist/
H A DForwardCursor.java20 * <p>{@code ForwardCursor} objects are <em>not</em> thread-safe. Cursors
30 public interface ForwardCursor<V> extends Iterable<V> { interface in inherits:Iterable
H A DBasicIterator.java26 private ForwardCursor<V> forwardCursor;
40 * A ForwardCursor is given and the remove() method is not supported.
42 BasicIterator(ForwardCursor<V> forwardCursor, LockMode lockMode) {
H A DEntityJoin.java56 * {@literal ForwardCursor<Person> results = join.entities();}
118 public ForwardCursor<E> entities()
140 public ForwardCursor<E> entities(Transaction txn, CursorConfig config)
158 public ForwardCursor<PK> keys()
181 public ForwardCursor<PK> keys(Transaction txn, CursorConfig config)
220 private class JoinForwardCursor<V> implements ForwardCursor<V> {
H A DEntityCursor.java33 * ForwardCursor}, which implements a subset of cursor operations, is also
273 public interface EntityCursor<V> extends ForwardCursor<V> {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/java/src/com/sleepycat/persist/
H A DForwardCursor.java20 * <p>{@code ForwardCursor} objects are <em>not</em> thread-safe. Cursors
30 public interface ForwardCursor<V> extends Iterable<V> { interface in inherits:Iterable
H A DBasicIterator.java26 private ForwardCursor<V> forwardCursor;
40 * A ForwardCursor is given and the remove() method is not supported.
42 BasicIterator(ForwardCursor<V> forwardCursor, LockMode lockMode) {
H A DEntityJoin.java56 * {@literal ForwardCursor<Person> results = join.entities();}
118 public ForwardCursor<E> entities()
140 public ForwardCursor<E> entities(Transaction txn, CursorConfig config)
158 public ForwardCursor<PK> keys()
181 public ForwardCursor<PK> keys(Transaction txn, CursorConfig config)
220 private class JoinForwardCursor<V> implements ForwardCursor<V> {
H A DEntityCursor.java33 * ForwardCursor}, which implements a subset of cursor operations, is also
273 public interface EntityCursor<V> extends ForwardCursor<V> {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/test/scr024/src/com/sleepycat/persist/test/
H A DJoinTest.java22 import com.sleepycat.persist.ForwardCursor;
132 ForwardCursor<Integer> keys = join.keys(txn, null);
141 ForwardCursor<MyEntity> entities = join.entities(txn, null);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/test/scr024/src/com/sleepycat/persist/test/
H A DJoinTest.java22 import com.sleepycat.persist.ForwardCursor;
132 ForwardCursor<Integer> keys = join.keys(txn, null);
141 ForwardCursor<MyEntity> entities = join.entities(txn, null);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/test/scr024/src/com/sleepycat/persist/test/
H A DJoinTest.java22 import com.sleepycat.persist.ForwardCursor;
132 ForwardCursor<Integer> keys = join.keys(txn, null);
141 ForwardCursor<MyEntity> entities = join.entities(txn, null);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/dist/
H A DMakefile.in450 $(JAVA_SLEEPYCAT)/persist/ForwardCursor.java \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/dist/
H A DMakefile.in450 $(JAVA_SLEEPYCAT)/persist/ForwardCursor.java \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/dist/
H A DMakefile.in450 $(JAVA_SLEEPYCAT)/persist/ForwardCursor.java \

Completed in 101 milliseconds