Toggle navigation
Home
java.util.Map to com.google.common.collect.ImmutableMap.Builder
No. of Instances - 2
No. of Commits - 2
No. of Projects - {'presto'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> External
Mapping:
Cascading Type Change (Different)
HashMap<>
to
ImmutableMap.Builder<>
Rename Variable
map
to
builder
map
to
builder
config
to
configBuilder
nameToLambdaArgumentDeclarationMap
to
fieldToLambdaArgumentDeclaration
nameToLambdaArgumentDeclarationMap
to
fieldToLambdaArgumentDeclaration
Add or Remove Method invocation
context.getContext().getNameToLambdaArgumentDeclarationMap()
to
context.getContext().getFieldToLambdaArgumentDeclaration()
context.getContext().getNameToLambdaArgumentDeclarationMap()
to
context.getContext().getFieldToLambdaArgumentDeclaration()