PCJ API
Version 1.2

bak.pcj.benchmark
Class IntCollectionBenchmark

java.lang.Object
  extended bybak.pcj.benchmark.Benchmark
      extended bybak.pcj.benchmark.IntCollectionBenchmark
Direct Known Subclasses:
IntListBenchmark, IntSetBenchmark

public abstract class IntCollectionBenchmark
extends Benchmark

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

Since:
1.0

Constructor Summary
IntCollectionBenchmark()
           
 
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  IntCollection create()
           
protected abstract  IntCollection create(int[] 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

IntCollectionBenchmark

public IntCollectionBenchmark()
Method Detail

create

protected abstract IntCollection create(int[] elements)

create

protected IntCollection 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