()
| 114 | } |
| 115 | |
| 116 | @Override |
| 117 | public int hashCode() { |
| 118 | int result = 1; |
| 119 | result = HASH_CODE_PRIME * result + hashCodeFor(value); |
| 120 | return result; |
| 121 | } |
| 122 | |
| 123 | @Override |
| 124 | public String toString() { |
nothing calls this directly
no test coverage detected