Toggle navigation
Home
org.eclipse.collections.api.map.ImmutableMap to java.util.Map
No. of Instances - 2
No. of Commits - 1
No. of Projects - {'neo4j'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: External -> Jdk
Mapping:
Rename Method invocation
keysView
to
keySet
getIfAbsentValue
to
getOrDefault
Add or Remove Method invocation
map.keyValuesView()
to
map.entrySet()