コード例 #1
0
 public int hashCode() {
   int result = super.hashCode();
   result = 31 * result + myClassName.hashCode();
   result = 31 * result + myParameterMap.hashCode();
   return result;
 }
コード例 #2
0
 public int hashCode() {
   return mySubstitutionMap != null ? mySubstitutionMap.hashCode() : 0;
 }