@Override
 public int hashCode() {
   return date.hashCode();
 }
예제 #2
0
 @Override
 public int hashCode() {
   return time.hashCode();
 }