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

Method hash

output/java_guava/1.4.18/LocalCache.java:1915–1918  ·  view source on GitHub ↗
(@Nullable Object key)

Source from the content-addressed store, hash-verified

1913 }
1914
1915 int hash(@Nullable Object key) {
1916 int h = keyEquivalence.hash(key);
1917 return rehash(h);
1918 }
1919
1920 void reclaimValue(ValueReference<K, V> valueReference) {
1921 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