edu.jhu.htm.app
Class TimeHash

java.lang.Object
  |
  +--edu.jhu.htm.app.TimeHash

public class TimeHash
extends java.lang.Object

Time hashing for a set of random points The assumption here is that looup is like a hash so it is interesting to see its relative performance. a Simple has migh append RA and dec and then Hash them.

Version:
$revision: $
Author:
wil

Constructor Summary
TimeHash(int numlooks)
           
 
Method Summary
 void initRaDec()
           
static void main(java.lang.String[] args)
           
 void run()
           
 void timeHash()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeHash

public TimeHash(int numlooks)
Method Detail

initRaDec

public void initRaDec()

timeHash

public void timeHash()

run

public void run()

main

public static void main(java.lang.String[] args)