uk.org.skeet.jbench.tasks
Class ArrayFill3dOriginal

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

public class ArrayFill3dOriginal
extends ArrayFill

Subclass of ArrayFill which creates a 3-d array (or rather an array of arrays of arrays), each dimension of which is the size as specified by ArrayFill.


Constructor Summary
ArrayFill3dOriginal()
           
 
Method Summary
 void fillArray()
          Fills the array.
 void prepareTest()
          Creates the array to be filled during the test.
 
Methods inherited from class uk.org.skeet.jbench.tasks.ArrayFill
checkConfiguration, checkResults, getDescription, getSize, runTest, setIterations, setSize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayFill3dOriginal

public ArrayFill3dOriginal()
Method Detail

prepareTest

public void prepareTest()
Description copied from class: ArrayFill
Creates the array to be filled during the test.
Overrides:
prepareTest in class ArrayFill
Following copied from interface: uk.org.skeet.jbench.BenchTask
Throws:
TaskException - if the preparation failed.

fillArray

public void fillArray()
Description copied from class: ArrayFill
Fills the array.
Overrides:
fillArray in class ArrayFill