Toggle navigation
Home
java.util.Map to org.eclipse.collections.api.map.ImmutableMap
No. of Instances - 4
No. of Commits - 2
No. of Projects - {'neo4j'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> External
Mapping:
Add or Remove Method invocation
map.entrySet()
to
map.keyValuesView()
Rename Method invocation
getOrDefault
to
getIfAbsentValue
keySet
to
keysView
Cascading Type Change (Different)
HashMap<String,URLAccessRule>
to
Map<String,URLAccessRule>
Convert Class instance creation to method invocation
HashMap<>
to
toMap