コード例 #1
0
ファイル: Connection.java プロジェクト: huayuxian/gircos
 @Override
 public int hashCode() {
   return channel != null ? channel.hashCode() : 0;
 }