/** * The overriding of this method should ensure that the objects of this class work correctly in a * hashtable. * * @return The hash code of this object. */ public int hashCode() { return Functions.hashCode(publicValue_); }
/** * The overriding of this method should ensure that the objects of this class work correctly in a * hashtable. * * @return The hash code of this object. */ public int hashCode() { return ((int) keyDerivationFunction_) ^ Functions.hashCode(publicData_); }