org.h2.test.store
Class CalculateHashConstantLong

java.lang.Object
  extended by org.h2.test.store.CalculateHashConstantLong
All Implemented Interfaces:
java.lang.Runnable

public class CalculateHashConstantLong
extends java.lang.Object
implements java.lang.Runnable

Calculate the constant for the secondary hash function, so that the hash function mixes the input bits as much as possible.


Constructor Summary
CalculateHashConstantLong()
           
 
Method Summary
static void main(java.lang.String... args)
          Run just this test.
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalculateHashConstantLong

public CalculateHashConstantLong()
Method Detail

main

public static void main(java.lang.String... args)
                 throws java.lang.Exception
Run just this test.

Parameters:
args - ignored
Throws:
java.lang.Exception

run

public void run()
Specified by:
run in interface java.lang.Runnable