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

Method hashCode

output/java_guava/1.4.17/CacheBuilderSpec.java:238–241  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

236 }
237
238 @Override
239 public int hashCode() {
240 return Objects.hashCode(initialCapacity, maximumSize, maximumWeight, concurrencyLevel, keyStrength, valueStrength, recordStats, durationInNanos(writeExpirationDuration, writeExpirationTimeUnit), durationInNanos(accessExpirationDuration, accessExpirationTimeUnit), durationInNanos(refreshDuration, refreshTimeUnit));
241 }
242
243 @Override
244 public boolean equals(@Nullable Object obj) {

Callers

nothing calls this directly

Calls 2

hashCodeMethod · 0.95
durationInNanosMethod · 0.95

Tested by

no test coverage detected