PCJ API
Version 1.2

bak.pcj.benchmark
Class CollectionBenchmark

java.lang.Object
  extended bybak.pcj.benchmark.Benchmark
      extended bybak.pcj.benchmark.CollectionBenchmark
Direct Known Subclasses:
HashSetBenchmark, ListBenchmark

public abstract class CollectionBenchmark
extends Benchmark

This class represents an abstract base for implementing benchmarks for collections of Integer values.

Since:
1.0

Constructor Summary
CollectionBenchmark()
           
 
Method Summary
 String benchmarkAddExisting(DataSet dataSet)
           
 String benchmarkAddNonExisting(DataSet dataSet)
           
 String benchmarkContainsExisting(DataSet dataSet)
           
 String benchmarkContainsNonExisting(DataSet dataSet)
           
 String benchmarkIterator(DataSet dataSet)
           
 String benchmarkRemoveExisting(DataSet dataSet)
           
 String benchmarkRemoveNonExisting(DataSet dataSet)
           
protected  Collection create()
           
protected abstract  Collection create(Integer[] elements)
           
 String getClassId()
          Returns the name of the class that is benchmarked.
 
Methods inherited from class bak.pcj.benchmark.Benchmark
readTimer, startTimer, stopTimer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionBenchmark

public CollectionBenchmark()
Method Detail

create

protected abstract Collection create(Integer[] elements)

create

protected Collection create()

getClassId

public String getClassId()
Description copied from class: Benchmark
Returns the name of the class that is benchmarked.

Specified by:
getClassId in class Benchmark
Returns:
the name of the class that is benchmarked.

benchmarkAddExisting

public String benchmarkAddExisting(DataSet dataSet)

benchmarkAddNonExisting

public String benchmarkAddNonExisting(DataSet dataSet)

benchmarkContainsExisting

public String benchmarkContainsExisting(DataSet dataSet)

benchmarkContainsNonExisting

public String benchmarkContainsNonExisting(DataSet dataSet)

benchmarkRemoveExisting

public String benchmarkRemoveExisting(DataSet dataSet)

benchmarkRemoveNonExisting

public String benchmarkRemoveNonExisting(DataSet dataSet)

benchmarkIterator

public String benchmarkIterator(DataSet dataSet)

PCJ API
Version 1.2

Report a bug or request a feature.
Further information on the development and latest release of PCJ can be found at the project homepage.

Primitive Collections for Java is released under the GNU Lesser General Public License.
Copyright © 2002, 2003 Søren Bak. All Rights Reserved.

Hosted by SourceForge.net
SourceForge.net Logo