{@inheritDoc} Note: This hash code is consistent with exact equality of the calculated statistics, including the floating point values. See the note on #equals for details.
()
| 246 | */ |
| 247 | |
| 248 | @Override |
| 249 | public int hashCode() { |
| 250 | return Objects.hashCode(xStats, yStats, sumOfProductsOfDeltas); |
| 251 | } |
| 252 | |
| 253 | @Override |
| 254 | public String toString() { |