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

Method hashCode

output/java_guava/1.4.18/CacheStats.java:264–267  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

262 }
263
264 @Override
265 public int hashCode() {
266 return Objects.hashCode(hitCount, missCount, loadSuccessCount, loadExceptionCount, totalLoadTime, evictionCount);
267 }
268
269 @Override
270 public boolean equals(@Nullable Object object) {

Callers

nothing calls this directly

Calls 1

hashCodeMethod · 0.95

Tested by

no test coverage detected