(@Nullable Object object)
| 611 | } |
| 612 | |
| 613 | @Override |
| 614 | public boolean equals(@Nullable Object object) { |
| 615 | return Maps.equalsImpl(this, object); |
| 616 | } |
| 617 | |
| 618 | abstract boolean isPartialView(); |
| 619 |
nothing calls this directly
no test coverage detected