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
 
| 
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)
 
            | 
 
 
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