示例#1
0
 public int hashCode() {
   return first.hashCode() * 163 + second.hashCode();
 }
示例#2
0
 @Override
 public int hashCode() {
   return (__term.hashCode() ^ (__documentId.hashCode() * 163));
 }