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

Method newEntry

output/java_guava/1.4.18/LocalCache.java:442–445  ·  view source on GitHub ↗
(Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next)

Source from the content-addressed store, hash-verified

440
441 STRONG {
442 @Override
443 <K, V> ReferenceEntry<K, V> newEntry(Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) {
444 return new StrongEntry<K, V>(key, hash, next);
445 }
446 },
447
448

Callers 1

copyEntryMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected