Пример #1
0
 @Override
 public int hashCode() {
   int result = getClass().hashCode();
   if (count != null) {
     result = 37 * result + count.hashCode();
   }
   if (updated != null) {
     result = 37 * result + updated.hashCode();
   }
   return result;
 }