Toggle navigation
Home
com.google.common.collect.Multimap to java.util.Map
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'alluxio'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: External -> Jdk
Mapping:
Rename Variable
mUserPerLockedBlock
to
mBlockIdToBlockMap
builderMultimap
to
builderMap
builderMultimap
to
builderMap
measuresByComponentUuids
to
qualityGateMeasuresByComponentUuids
Update Class Instacne Creation
new HashMap<>()
to
new HashMap<>(other.dcRacks.size())
Add or Remove Method invocation
HashMultimap.create(other.dcRacks.get(dc))
to
newRacks
remove
to
remove
put
to
add
remove
to
remove
index(MeasureDto::getComponentUuid)
to
uniqueIndex(MeasureDto::getComponentUuid)
metricsById
to
singletonList(qualityGateMetric.getId())
Cascading Type Change (Similar)
Multimap<String,MeasureDto>
to
Map<String,MeasureDto>