MCPcopy Create free account
hub / github.com/antlr/codebuff / hashCode

Method hashCode

output/java_guava/1.4.16/PairedStats.java:248–251  ·  view source on GitHub ↗

{@inheritDoc} Note: This hash code is consistent with exact equality of the calculated statistics, including the floating point values. See the note on #equals for details.

()

Source from the content-addressed store, hash-verified

246 */
247
248 @Override
249 public int hashCode() {
250 return Objects.hashCode(xStats, yStats, sumOfProductsOfDeltas);
251 }
252
253 @Override
254 public String toString() {

Callers

nothing calls this directly

Calls 1

hashCodeMethod · 0.95

Tested by

no test coverage detected