Toggle navigation
Home
java.util.Set to java.util.SortedSet
No. of Instances - 2
No. of Commits - 1
No. of Projects - {'dropwizard'}
Hierarchy/Composition: T_SUPER_R
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Cascading Type Change (Different)
HashSet<SoftReference<ORID>>
to
TreeSet<ORID>
Cascading Type Change (Similar)
Set<SoftReference<ORID>>
to
SortedSet<ORID>
Rename Variable
rids
to
sortedRids
rids
to
sortedRids
hostPort
to
servers
Rename Method invocation
keySet
to
navigableKeySet
Add or Remove Method invocation
hasSize
to
containsExactly