コード例 #1
0
 public int hashCode() {
   return leftBigram.hashCode() + rightBigram.hashCode();
 }