コード例 #1
0
ファイル: PairIntWritable.java プロジェクト: bh007/kmer
 @Override
 public int hashCode() {
   return first.hashCode() * 163 + second.hashCode();
 }