| 
 | Berkeley DB version 5.3.28 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sleepycat.db.KeyRange
public class KeyRange
An object that returns status from the Database.getKeyRange method.
| Field Summary | |
|---|---|
|  double | equalZero if there is no matching key, and non-zero otherwise. | 
|  double | greaterA value between 0 and 1, the proportion of keys greater than the specified key. | 
|  double | lessA value between 0 and 1, the proportion of keys less than the specified key. | 
| Constructor Summary | |
|---|---|
| KeyRange() | |
| Method Summary | 
|---|
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public double equal
public double greater
For example, if the value is 0.05, 5% of the keys in the database are greater than the specified key.
public double less
For example, if the value is 0.05, 5% of the keys in the database are less than the specified key.
| Constructor Detail | 
|---|
public KeyRange()
| 
 | Berkeley DB version 5.3.28 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||