コード例 #1
0
ファイル: NodeImpl.java プロジェクト: snowolfex/infinispan
 public int hashCode() {
   return (fqn != null ? fqn.hashCode() : 0);
 }