Toggle navigation
Home
java.util.HashMap to java.util.List
No. of Instances - 9
No. of Commits - 3
No. of Projects - {'alluxio', 'flink'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Cascading Type Change (Different)
HashMap<Integer,StorageDir>
to
ArrayList<StorageDir>
Other
this.counts
to
this.counts
this.windowCounts
to
this.windowCounts
this.windowCounts
to
this.windowCounts
this.windowCounts
to
this.windowCounts
Add or Remove Method invocation
state
to
state.get(0)
state.values()
to
state.get(0).values()