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.
()
| 117 | * unspecified if this method is called more than once on the same instance. |
| 118 | */ |
| 119 | HashCode hash(); |
| 120 | |
| 121 | /** |
| 122 | * {@inheritDoc} |
no outgoing calls
no test coverage detected