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

Method reclaimValue

output/java_guava/1.4.17/LocalCache.java:1920–1924  ·  view source on GitHub ↗
(ValueReference<K, V> valueReference)

Source from the content-addressed store, hash-verified

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