org.abora.white.hash
Class FHash

java.lang.Object
  |
  +--org.abora.white.hash.FHash

public class FHash
extends java.lang.Object


Method Summary
static int hashDouble(double value)
           
static int hashInt(int value)
          Multiply the argument integer by a couple of enormous primes to smear it.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

hashInt

public static int hashInt(int value)
Multiply the argument integer by a couple of enormous primes to smear it.


hashDouble

public static int hashDouble(double value)


Copyright © 2003 David G Jones. All Rights Reserved.
Original Udanax-Gold - Copyright © 1979-1999 Udanax.com. All rights reserved.