コード例 #1
0
ファイル: Atom.java プロジェクト: schaeuf/Fregekalkuel
 boolean equals(Atom a) {
   return (name == a.getName());
 };