Toggle navigation
Home
java.util.Map to java.util.NavigableMap
No. of Instances - 7
No. of Commits - 6
No. of Projects - {'hbase', 'pheonix', 'geoserver', 'flink', 'pinpoint', 'atomix'}
Hierarchy/Composition: T_SUPER_R
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Add or Remove Method invocation
snapshot.serviceId()
to
snapshot.index()
snapshot.serviceId()
to
snapshot.index()
pendingPartsPerCheckpoint.entrySet()
to
pendingPartsPerCheckpoint.headMap(checkpointId,true).entrySet()
Rename Variable
serviceSnapshots
to
snapshots
serviceSnapshots
to
snapshots
serviceSnapshots
to
snapshots
storeFiles
to
allStoreFiles
storeFiles
to
allStoreFiles
Rename Method invocation
keySet
to
navigableKeySet
Cascading Type Change (Different)
HashMap<>
to
TreeMap<>
Iterator<Map.Entry<Long,List<RecoverableWriter.CommitRecoverable>>>
to
Iterator<Map.Entry<Long,List<CommitRecoverable>>>