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/db/KeyRange.html | 575 +++++++++++++++---------------- 1 file changed, 286 insertions(+), 289 deletions(-) (limited to 'docs/java/com/sleepycat/db/KeyRange.html') diff --git a/docs/java/com/sleepycat/db/KeyRange.html b/docs/java/com/sleepycat/db/KeyRange.html index b3c41066..d5033eaa 100644 --- a/docs/java/com/sleepycat/db/KeyRange.html +++ b/docs/java/com/sleepycat/db/KeyRange.html @@ -1,316 +1,313 @@ - - - - - -KeyRange (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-

- -com.sleepycat.db -
-Class KeyRange

-
-java.lang.Object
-  extended by com.sleepycat.db.KeyRange
-
-
-
-
public class KeyRange
extends Object
- - -

-An object that returns status from the Database.getKeyRange method. -

- -

-


- -

+

+
com.sleepycat.db
+

Class KeyRange

+
+
+ +
+
    +
  • +
    +
    +
    public class KeyRange
    +extends java.lang.Object
    +
    An object that returns status from the Database.getKeyRange method.
    +
  • +
+
+
+
    +
  • - - - - - - - - - - - - - - - - - - -
    -Field Summary
    - doubleequal - -
    -          Zero if there is no matching key, and non-zero otherwise.
    - doublegreater - -
    -          A value between 0 and 1, the proportion of keys greater than the - specified key.
    - doubleless - -
    -          A value between 0 and 1, the proportion of keys less than the specified - key.
    -  +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      doubleequal +
      Zero if there is no matching key, and non-zero otherwise.
      +
      doublegreater +
      A value between 0 and 1, the proportion of keys greater than the + specified key.
      +
      doubleless +
      A value between 0 and 1, the proportion of keys less than the specified + key.
      +
      +
    • +
    - - - - - - - - - -
    -Constructor Summary
    KeyRange() - -
    -           
    -  +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      KeyRange() 
      +
    • +
    - - - - - - -
    -Method Summary
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - +

      +
    • + + +

      Method Summary

      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • - - - - - - -
    -Field Detail
    - -

    -equal

    -
    -public double equal
    -
    -
    Zero if there is no matching key, and non-zero otherwise. -

    -

    -
    -
    -
    - -

    -greater

    -
    -public double greater
    -
    -
    A value between 0 and 1, the proportion of keys greater than the +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        equal

        +
        public double equal
        +
        Zero if there is no matching key, and non-zero otherwise.
        +
      • +
      + + + +
        +
      • +

        greater

        +
        public double greater
        +
        A value between 0 and 1, the proportion of keys greater than the specified key.

        For example, if the value is 0.05, 5% of the keys in the database - are greater than the specified key. -

        -

        -
        -
    -
    - -

    -less

    -
    -public double less
    -
    -
    A value between 0 and 1, the proportion of keys less than the specified + are greater than the specified key.
+ + + + + + + + - - - - - - -
-Constructor Detail
- -

-KeyRange

-
-public KeyRange()
-
-
+ + + +
+ -
- - - - - - - - - - - - - - - - - - -
-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