Package com.sleepycat.db
Class KeyRange
java.lang.Object
com.sleepycat.db.KeyRange
An object that returns status from the
Database.getKeyRange method.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
equal
public double equalZero if there is no matching key, and non-zero otherwise. -
greater
public double greaterA 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 lessA value between 0 and 1, the proportion of keys less than the specified key.For example, if the value is 0.05, 5% of the keys in the database are less than the specified key.
-
-
Constructor Details
-
KeyRange
public KeyRange()
-