com.google.common.collect.MapMakerInternalMap.ReferenceEntry to com.google.common.collect.MapMakerInternalMap.InternalEntry
No. of Instances - 19
No. of Commits - 1
No. of Projects - {'guava'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
- DummyEntry.create(key,hash,entry) to segment.newEntryForTesting(key,hash,entry)
- newFirst.getValueReference().get() to newFirst.getValue()
- segment.removeFromChain(entryThree,entryOne) to segment.removeFromChainForTesting(entryThree,entryOne)
- newFirst.getValueReference().get() to newFirst.getValue()
- newFirst.getValueReference().get() to newFirst.getValue()
- map.newEntry(key,hash,entry) to segment.newEntryForTesting(key,hash,entry)
- segmentFor(entry.getHash()).getLiveValue(entry) to segmentFor(entry.getHash()).getLiveValueForTesting(entry)
- map.isLive(e) to map.isLiveForTesting(e)