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