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. --- .../sleepycat/collections/StoredSortedKeySet.html | 1135 ++++++++++---------- 1 file changed, 556 insertions(+), 579 deletions(-) (limited to 'docs/java/com/sleepycat/collections/StoredSortedKeySet.html') diff --git a/docs/java/com/sleepycat/collections/StoredSortedKeySet.html b/docs/java/com/sleepycat/collections/StoredSortedKeySet.html index d2d6cfe9..e177967b 100644 --- a/docs/java/com/sleepycat/collections/StoredSortedKeySet.html +++ b/docs/java/com/sleepycat/collections/StoredSortedKeySet.html @@ -1,113 +1,125 @@ - - - - - -StoredSortedKeySet (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-

- -com.sleepycat.collections -
-Class StoredSortedKeySet<K>

-
-java.lang.Object
-  extended by com.sleepycat.collections.StoredContainer
-      extended by com.sleepycat.collections.StoredCollection<K>
-          extended by com.sleepycat.collections.StoredKeySet<K>
-              extended by com.sleepycat.collections.StoredSortedKeySet<K>
-
-
-
All Implemented Interfaces:
Cloneable, Iterable<K>, Collection<K>, Set<K>, SortedSet<K>
-
-
-
-
public class StoredSortedKeySet<K>
extends StoredKeySet<K>
implements SortedSet<K>
- - -

-The SortedSet returned by Map.keySet() and which can also be constructed +

+
com.sleepycat.collections
+

Class StoredSortedKeySet<K>

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.lang.Cloneable, java.lang.Iterable<K>, java.util.Collection<K>, java.util.Set<K>, java.util.SortedSet<K>
    +
    +
    +
    +
    public class StoredSortedKeySet<K>
    +extends StoredKeySet<K>
    +implements java.util.SortedSet<K>
    +
    The SortedSet returned by Map.keySet() and which can also be constructed directly if a Map is not needed. Since this collection is a set it only contains one element for each key, even when duplicates are allowed. Key set iterators are therefore @@ -118,514 +130,479 @@ The SortedSet returned by Map.keySet() and which can also be constructed following methods for stored sorted sets only. Note that the use of these methods is not compatible with the standard Java collections interface.

    -

    - -

    -


    - -

    +

  • headSet(Object, boolean)
  • +
  • tailSet(Object, boolean)
  • +
  • subSet(Object, boolean, Object, boolean)
  • +
+ + +
+
+ + + +
+
+
+
+
Specified by:
+
comparator in interface java.util.SortedSet<K>
+
Returns:
null.
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -
- - - - - - - - - - - - - - - - - - -
-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