From 780b92ada9afcf1d58085a83a0b9e6bc982203d1 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Tue, 17 Feb 2015 17:25:57 +0000 Subject: Imported from /home/lorry/working-area/delta_berkeleydb/db-6.1.23.tar.gz. --- docs/java/com/sleepycat/persist/ForwardCursor.html | 624 ++++++++++----------- 1 file changed, 299 insertions(+), 325 deletions(-) (limited to 'docs/java/com/sleepycat/persist/ForwardCursor.html') diff --git a/docs/java/com/sleepycat/persist/ForwardCursor.html b/docs/java/com/sleepycat/persist/ForwardCursor.html index 1db82ecc..be0ae48d 100644 --- a/docs/java/com/sleepycat/persist/ForwardCursor.html +++ b/docs/java/com/sleepycat/persist/ForwardCursor.html @@ -1,109 +1,105 @@ - - - - - -ForwardCursor (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-

- -com.sleepycat.persist -
-Interface ForwardCursor<V>

-
-
All Superinterfaces:
Iterable<V>
-
-
-
All Known Subinterfaces:
EntityCursor<V>
-
-
-
-
public interface ForwardCursor<V>
extends Iterable<V>
- - -

-Cursor operations limited to traversing forward. See EntityCursor +

+
com.sleepycat.persist
+

Interface ForwardCursor<V>

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    java.lang.Iterable<V>
    +
    +
    +
    All Known Subinterfaces:
    +
    EntityCursor<V>
    +
    +
    +
    +
    public interface ForwardCursor<V>
    +extends java.lang.Iterable<V>
    +
    Cursor operations limited to traversing forward. See EntityCursor for general information on cursors.

    ForwardCursor objects are not thread-safe. Cursors @@ -112,250 +108,228 @@ Cursor operations limited to traversing forward. See +

      +
    • - - - - - - - - - - - - - + + + + + + + + + +
      -Method Summary
      - voidclose() - -
      -          Closes the cursor.
      - Iterator<V>iterator() - -
      -          Returns an iterator over the key range, starting with the value +
        +
      • + + +

        Method Summary

        + + + + + + + + + + + + + - - - - + + + + - - - - - - - - - -
        Methods 
        Modifier and TypeMethod and Description
        voidclose() +
        Closes the cursor.
        +
        java.util.Iterator<V>iterator() +
        Returns an iterator over the key range, starting with the value following the current position or at the first value if the cursor is - uninitialized.
        - Iterator<V>iterator(LockMode lockMode) - -
        -          Returns an iterator over the key range, starting with the value + uninitialized. +
        java.util.Iterator<V>iterator(LockMode lockMode) +
        Returns an iterator over the key range, starting with the value following the current position or at the first value if the cursor is - uninitialized.
        - Vnext() - -
        -          Moves the cursor to the next value and returns it, or returns null - if there are no more values in the cursor range.
        - Vnext(LockMode lockMode) - -
        -          Moves the cursor to the next value and returns it, or returns null - if there are no more values in the cursor range.
        -  -

        - + uninitialized. +

      Vnext() +
      Moves the cursor to the next value and returns it, or returns null + if there are no more values in the cursor range.
      +
      Vnext(LockMode lockMode) +
      Moves the cursor to the next value and returns it, or returns null + if there are no more values in the cursor range.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • - - - - - - -
    -Method Detail
    - -

    -next

    -
    -V next()
    -       throws DatabaseException
    -
    -
    Moves the cursor to the next value and returns it, or returns null +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        next

        +
        V next()
        +       throws DatabaseException
        +
        Moves the cursor to the next value and returns it, or returns null if there are no more values in the cursor range. If the cursor is uninitialized, this method returns the first value. -

        LockMode.DEFAULT is used implicitly.

        -

        -

        -
        -
        -
        - -
        Returns:
        the next value, or null if there are no more values in the - cursor range. -
        Throws: -
        DatabaseException - the base class for all BDB exceptions.
        -
        -
    -
    - -

    -next

    -
    -V next(LockMode lockMode)
    -       throws DatabaseException
    -
    -
    Moves the cursor to the next value and returns it, or returns null +

    LockMode.DEFAULT is used implicitly.

+
Returns:
the next value, or null if there are no more values in the + cursor range.
+
Throws:
+
DatabaseException - the base class for all BDB exceptions.
+ + + + + + + + + + + + + + + + + + + + + + +
+ -
- - - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-Copyright (c) 1996, 2012 Oracle and/or its affiliates. All rights reserved. - - +

Copyright (c) 1996, 2015 Oracle and/or its affiliates. All rights reserved.

+ + -- cgit v1.2.1