cern.colt.map
Class Benchmark
java.lang.Object
cern.colt.map.Benchmark
- public class Benchmark
- extends Object
Benchmarks the classes of this package.
- Version:
- 1.0, 09/24/99
- Author:
- wolfgang.hoschek@cern.ch
Constructor Summary |
protected |
Benchmark()
Makes this class non instantiable, but still let's others inherit from it. |
Method Summary |
static void |
benchmark(int runs,
int size,
String kind)
|
static void |
main(String[] args)
Tests various methods of this class. |
static void |
test2(int length)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Benchmark
protected Benchmark()
- Makes this class non instantiable, but still let's others inherit from it.
benchmark
public static void benchmark(int runs,
int size,
String kind)
main
public static void main(String[] args)
- Tests various methods of this class.
test2
public static void test2(int length)
Jump to the Colt Homepage