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

Method newEntry

output/java_guava/1.4.13/LocalCache.java:436–439  ·  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

434 enum EntryFactory {
435 STRONG {
436 @Override
437 <K, V> ReferenceEntry<K, V> newEntry(Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) {
438 return new StrongEntry<K, V>(key, hash, next);
439 }
440 },
441
442

Callers 1

copyEntryMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected