com.jeffpalm.util
Class Hash.Double

java.lang.Object
  extended by com.jeffpalm.util.Hash.Double
Enclosing class:
Hash

public static final class Hash.Double
extends java.lang.Object


Field Summary
protected  double hash
           
 
Constructor Summary
Hash.Double(double hash)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hash

protected final double hash
Constructor Detail

Hash.Double

public Hash.Double(double hash)
Method Detail

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object