コード例 #1
0
ファイル: HashIndex.java プロジェクト: guokr/stan-cn-com
 @Override
 public int hashCode() {
   int result = objects.hashCode();
   result = 31 * result + indexes.hashCode();
   return result;
 }