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

Method newEntry

output/java_guava/1.4.13/LocalCache.java:2208–2211  ·  view source on GitHub ↗
(K key, int hash, @Nullable ReferenceEntry<K, V> next)

Source from the content-addressed store, hash-verified

2206 }
2207
2208 @GuardedBy("this")
2209 ReferenceEntry<K, V> newEntry(K key, int hash, @Nullable ReferenceEntry<K, V> next) {
2210 return map.entryFactory.newEntry(this, checkNotNull(key), hash, next);
2211 }
2212
2213 /**
2214 * Copies {@code original} into a new entry chained to {@code newNext}. Returns the new entry,

Callers 2

lockedGetOrLoadMethod · 0.95
refreshMethod · 0.95

Calls 2

newEntryMethod · 0.45
checkNotNullMethod · 0.45

Tested by

no test coverage detected