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