Computes a hash code based on the data that have been provided to this hasher. The result is unspecified if this method is called more than once on the same instance.
()
| 141 | * unspecified if this method is called more than once on the same instance. |
| 142 | */ |
| 143 | HashCode hash(); |
| 144 | |
| 145 | /** |
| 146 | * {@inheritDoc} |
no outgoing calls