com.sleepycat.je.tree
Class CountEstimator.KeyRatios

java.lang.Object
  extended by com.sleepycat.je.tree.CountEstimator.KeyRatios
Enclosing class:
CountEstimator

static class CountEstimator.KeyRatios
extends Object


Field Summary
(package private)  double equal
           
(package private)  double greater
           
(package private)  double less
           
 
Constructor Summary
CountEstimator.KeyRatios(double less, double equal, double greater)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

less

final double less

equal

final double equal

greater

final double greater
Constructor Detail

CountEstimator.KeyRatios

CountEstimator.KeyRatios(double less,
                         double equal,
                         double greater)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright (c) 2004-2012 Oracle. All rights reserved.