Toggle navigation
Home
java.util.Map to java.util.concurrent.ConcurrentHashMap
No. of Instances - 8
No. of Commits - 2
No. of Projects - {'neo4j'}
Hierarchy/Composition: T_SUPER_R
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Cascading Type Change (Different)
ConcurrentHashMapV8<>
to
ConcurrentHashMap<>
ConcurrentHashMap<InMemoryId,Mailbox>
to
ConcurrentHashMap<MailboxPath,Mailbox>
HashMap<String,PreparedStatement>
to
ConcurrentHashMap<>
SessionEntityWrapper<>
to
SessionEntityWrapper
HashedMap
to
ConcurrentHashMap
HashMap<>
to
ConcurrentHashMap<>
Add or Remove Method invocation
((ConcurrentHashMapV8<T,Boolean>)mMap).putIfAbsent(element,Boolean.TRUE)
to
mMap.putIfAbsent(element,Boolean.TRUE)
mailbox.getMailboxId()
to
mailbox.generateAssociatedPath()
entry.getKey().getEncodedRegionName()
to
regionName
entry.getKey().getEncodedRegionName()
to
regionName
Rename Method invocation
put
to
putIfAbsent
put
to
putIfAbsent
put
to
putIfAbsent
put
to
putIfAbsent
Rename Variable
mailboxesById
to
mailboxesByPath
mailboxesById
to
mailboxesByPath
mailboxesById
to
mailboxesByPath
mailboxesById
to
mailboxesByPath
mailboxesById
to
mailboxesByPath
mailboxesById
to
mailboxesByPath
localMetadata
to
map