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

Method newEntry

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

Source from the content-addressed store, hash-verified

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

Callers 4

lockedGetOrLoadMethod · 0.95
putMethod · 0.95
storeLoadedValueMethod · 0.95

Calls 2

newEntryMethod · 0.45
checkNotNullMethod · 0.45

Tested by

no test coverage detected