Toggle navigation
Home
com.google.common.collect.SetMultimap to java.util.Set
No. of Instances - 3
No. of Commits - 1
No. of Projects - {'presto'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: External -> Jdk
Mapping:
Add or Remove Method invocation
lineCounts.put(period,line)
to
lineCounts.add(line)
periodWithNewCode.add(period)
to
lineCounts.add(line)
forEach
to
forEach