コード例 #1
0
 @Override
 public int hashCode() {
   return InfoType.hashCode()
       + ZLMiscUtil.hashCode(Url)
       + ZLMiscUtil.hashCode(Mime)
       + ZLMiscUtil.hashCode(Updated);
 }