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. --- .../com/sleepycat/collections/StoredIterator.html | 1248 +++++++++----------- 1 file changed, 590 insertions(+), 658 deletions(-) (limited to 'docs/java/com/sleepycat/collections/StoredIterator.html') diff --git a/docs/java/com/sleepycat/collections/StoredIterator.html b/docs/java/com/sleepycat/collections/StoredIterator.html index ed8a5ec6..7962379e 100644 --- a/docs/java/com/sleepycat/collections/StoredIterator.html +++ b/docs/java/com/sleepycat/collections/StoredIterator.html @@ -1,541 +1,485 @@ - - - - - -StoredIterator (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-

- -com.sleepycat.collections -
-Class StoredIterator<E>

-
-java.lang.Object
-  extended by com.sleepycat.collections.StoredIterator<E>
-
-
-
All Implemented Interfaces:
Cloneable, Iterator<E>, ListIterator<E>
-
-
-
-
public class StoredIterator<E>
extends Object
implements ListIterator<E>, Cloneable
- - -

-The Iterator returned by all stored collections. - -

While in general this class conforms to the Iterator interface, +

+
com.sleepycat.collections
+

Class StoredIterator<E>

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.lang.Cloneable, java.util.Iterator<E>, java.util.ListIterator<E>
    +
    +
    +
    +
    public class StoredIterator<E>
    +extends java.lang.Object
    +implements java.util.ListIterator<E>, java.lang.Cloneable
    +
    The Iterator returned by all stored collections. + +

    While in general this class conforms to the Iterator interface, it is important to note that all iterators for stored collections must be - explicitly closed with close(). The static method close(java.util.Iterator) allows calling close for all iterators without + explicitly closed with close(). The static method close(java.util.Iterator) allows calling close for all iterators without harm to iterators that are not from stored collections, and also avoids casting. If a stored iterator is not closed, unpredictable behavior including process death may result.

    -

    This class implements the Iterator interface for all stored - iterators. It also implements ListIterator because some list - iterator methods apply to all stored iterators, for example, previous() and hasPrevious(). Other list iterator methods are always +

    This class implements the Iterator interface for all stored + iterators. It also implements ListIterator because some list + iterator methods apply to all stored iterators, for example, previous() and hasPrevious(). Other list iterator methods are always supported for lists, but for other types of collections are only supported - under certain conditions. See nextIndex(), previousIndex(), - add(E) and set(E) for details.

    + under certain conditions. See nextIndex(), previousIndex(), + add(E) and set(E) for details.

    In addition, this class provides the following methods for stored collection iterators only. Note that the use of these methods is not compatible with the standard Java collections interface.

    -

    - -

    -


    - -

    - +

  • close()
  • +
  • close(Iterator)
  • +
  • count()
  • +
  • getCollection()
  • +
  • setReadModifyWrite(boolean)
  • +
  • isReadModifyWrite()
  • +
+ + +
+
+ +
+
+
+
Returns:
the write-lock setting.
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -
- - - - - - - - - - - - - - - - - - -
-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