Toggle navigation
Home
java.util.Vector to java.util.List
No. of Instances - 16
No. of Commits - 4
No. of Projects - {'framework', 'JGroups', 'pac4j', 'nd4j'}
Hierarchy/Composition: R_SUPER_T
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Cascading Type Change (Different)
Vector<>
to
ArrayList<>
Rename Method invocation
elementAt
to
get
elementAt
to
get
Add or Remove Method invocation
a.elementAt(lastn).multiply(nextn)
to
a.get(lastn).multiply(nextn)