// purposefully inherit doc comment from supertype public int hashCode() { return cookie.hashCode(); }
/** Override hashCode to be the hash of the service identifier */ public int hashCode() { return (sbID.hashCode()); }