Toggle navigation
Home
com.google.common.collect.ImmutableMap.Entry to java.util.Map.Entry
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'error-prone'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Jdk
Mapping:
Add or Remove Method invocation
buildDescription(methodTree).setMessage(String.format(MESSAGE,entry.getValue()))
to
buildDescription(methodTree).setMessage(String.format(MESSAGE,entry.getKey()))
entry.getKey().matches(methodTree,state)
to
entry.getValue().matches(methodTree,state)