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

Method reclaimKey

output/java_guava/1.4.18/LocalCache.java:1926–1929  ·  view source on GitHub ↗
(ReferenceEntry<K, V> entry)

Source from the content-addressed store, hash-verified

1924 }
1925
1926 void reclaimKey(ReferenceEntry<K, V> entry) {
1927 int hash = entry.getHash();
1928 segmentFor(hash).reclaimKey(entry, hash);
1929 }
1930
1931 /**
1932 * This method is a convenience for testing. Code should call {@link Segment#getLiveValue}

Callers 1

Calls 2

segmentForMethod · 0.95
getHashMethod · 0.65

Tested by

no test coverage detected