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