()
| 586 | } |
| 587 | |
| 588 | @Override |
| 589 | public int hashCode() { |
| 590 | return Objects.hashCode(entriesOnlyOnLeft(), entriesOnlyOnRight(), entriesInCommon(), entriesDiffering()); |
| 591 | } |
| 592 | |
| 593 | @Override |
| 594 | public String toString() { |
nothing calls this directly
no test coverage detected