コード例 #1
0
ファイル: Verb.java プロジェクト: amrutabarwal/abdera2
 public int hashCode() {
   return MoreFunctions.genHashCode(1, name.toLowerCase());
 }