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

Method hash

output/java_guava/1.4.19/LocalCache.java:1916–1919  ·  view source on GitHub ↗
(@Nullable Object key)

Source from the content-addressed store, hash-verified

1914 }
1915
1916 int hash(@Nullable Object key) {
1917 int h = keyEquivalence.hash(key);
1918 return rehash(h);
1919 }
1920
1921 void reclaimValue(ValueReference<K, V> valueReference) {
1922 ReferenceEntry<K, V> entry = valueReference.getEntry();

Callers 9

getMethod · 0.95
getIfPresentMethod · 0.95
getEntryMethod · 0.95
refreshMethod · 0.95
containsKeyMethod · 0.95
putMethod · 0.95
putIfAbsentMethod · 0.95
removeMethod · 0.95
replaceMethod · 0.95

Calls 2

rehashMethod · 0.95
hashMethod · 0.65

Tested by

no test coverage detected