net.sf.farrago.test.regression
Class FarragoSorterTest.DistributionGenerator

java.lang.Object
  extended by net.sf.farrago.test.regression.FarragoSorterTest.DistributionGenerator
Direct Known Subclasses:
FarragoSorterTest.RampDistributionGenerator, FarragoSorterTest.UniformDistributionGenerator
Enclosing class:
FarragoSorterTest

private abstract static class FarragoSorterTest.DistributionGenerator
extends Object


Field Summary
(package private)  long nRecords
           
 
Constructor Summary
FarragoSorterTest.DistributionGenerator(long nRecords)
           
 
Method Summary
(package private) abstract  long generateValue(long pk)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nRecords

long nRecords
Constructor Detail

FarragoSorterTest.DistributionGenerator

FarragoSorterTest.DistributionGenerator(long nRecords)
Method Detail

generateValue

abstract long generateValue(long pk)