uk.org.skeet.jbench.tasks
Class ArrayFillPseudo3d

java.lang.Object
  |
  +--uk.org.skeet.jbench.tasks.ArrayFill
        |
        +--uk.org.skeet.jbench.tasks.ArrayFillPlain
              |
              +--uk.org.skeet.jbench.tasks.ArrayFillPseudo3d
All Implemented Interfaces:
BenchTask

public class ArrayFillPseudo3d
extends ArrayFillPlain

Plain array fill which merely cubes the size specified, to make the result comparable with ArrayFill3dOriginal and ArrayFill3dButler for the same size.


Constructor Summary
ArrayFillPseudo3d()
           
 
Method Summary
protected  int getSize()
          Cube the size required
 
Methods inherited from class uk.org.skeet.jbench.tasks.ArrayFillPlain
fillArray, prepareTest
 
Methods inherited from class uk.org.skeet.jbench.tasks.ArrayFill
checkConfiguration, checkResults, getDescription, runTest, setIterations, setSize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayFillPseudo3d

public ArrayFillPseudo3d()
Method Detail

getSize

protected int getSize()
Cube the size required
Overrides:
getSize in class ArrayFill