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