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

Method reclaimValue

output/java_guava/1.4.19/LocalCache.java:1921–1925  ·  view source on GitHub ↗
(ValueReference<K, V> valueReference)

Source from the content-addressed store, hash-verified

1919 }
1920
1921 void reclaimValue(ValueReference<K, V> valueReference) {
1922 ReferenceEntry<K, V> entry = valueReference.getEntry();
1923 int hash = entry.getHash();
1924 segmentFor(hash).reclaimValue(entry.getKey(), hash, valueReference);
1925 }
1926
1927 void reclaimKey(ReferenceEntry<K, V> entry) {
1928 int hash = entry.getHash();

Callers 1

Calls 4

segmentForMethod · 0.95
getEntryMethod · 0.65
getHashMethod · 0.65
getKeyMethod · 0.65

Tested by

no test coverage detected