com.jeffpalm.util
Class Hash.Integer

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

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


Field Summary
protected  int hash
           
 
Constructor Summary
Hash.Integer(int 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 int hash
Constructor Detail

Hash.Integer

public Hash.Integer(int hash)
Method Detail

equals

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