()
| 53 | } |
| 54 | |
| 55 | @Override |
| 56 | public int hashCode() { |
| 57 | int result = 1; |
| 58 | result = HASH_CODE_PRIME * result + hashCodeFor(key); |
| 59 | result = HASH_CODE_PRIME * result + hashCodeFor(value); |
| 60 | return result; |
| 61 | } |
| 62 | |
| 63 | @Override |
| 64 | public String toString() { |
nothing calls this directly
no test coverage detected