Toggle navigation
Home
java.util.Map to java.util.Set
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'uaa'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Rename Variable
found
to
seen
estimatedRootEntries
to
aliasesToPrefetch
ownerEntry
to
entry
ownerEntry
to
entry
ownerEntry
to
entry
entries
to
segments
adjacentNodes
to
predecessors
newMap
to
profilerInfoSet
addlInfo
to
autoApprovedScopes
timeoutMap
to
timeouts
_sessions
to
_ids
_sessions
to
_ids
topicsToLargestDiscoveredPartitionId
to
discoveredPartitions
BUILD_LAYOUT
to
BUILD_SYMBOLS
BUILD_LAYOUT
to
BUILD_SYMBOLS
filters
to
prefixes
filters
to
prefixes
filters
to
prefixes
filters
to
prefixes
filters
to
prefixes
filters
to
prefixes
symbols
to
variables
fragmentSymbolTypes
to
fragmentVariableTypes
symbols
to
variables
symbols
to
variables
symbols
to
variables
symbols
to
variables
symbols
to
variables
nodeResourceMap
to
nodeDetails
nodeResourceMap
to
nodeDetails
nodeResourceMap
to
nodeDetails
cacheMap
to
cacheNames
cacheMap
to
cacheNames
dbFileSourcesByKey
to
dbFileKeys
dbFileSourcesByKey
to
dbFileKeys
dbFileSourcesByKey
to
dbFileKeys
dbFileSourcesByKey
to
dbFileKeys
dbFileSourcesByKey
to
dbFileKeys
dbFileSourcesByKey
to
dbFileKeys
dbFileSourcesByKey
to
dbFileKeys
cacheMap
to
parts
partsCntrs
to
parts
indexDescriptorCommitIds
to
indexDescriptors
indexDescriptorCommitIds
to
indexDescriptors
Rename Method invocation
get
to
add
get
to
add
unmodifiableMap
to
unmodifiableSet
unmodifiableMap
to
unmodifiableSet
emptyMap
to
emptySet
getFilters
to
getPrefixes
writeMap
to
writeCollection
Add or Remove Method invocation
estimatedRootEntries.entrySet()
to
aliasesToPrefetch
weakUsages.containsKey(require)
to
weakUsages.contains(require)
assignsByNode.containsKey(n)
to
assignsByNode.contains(n)
MAP_TYPES.containsKey(qualifiedName)
to
MAP_TYPES.contains(qualifiedName)
COLLECTION_TYPES.containsKey(qualifiedName)
to
COLLECTION_TYPES.contains(qualifiedName)
getCommandManager().getCommands()
to
getCommandManager().getAllCommands()
matches.put(name,c)
to
matches.add(name)
matches.keySet().iterator()
to
matches.iterator()
matches.keySet().stream()
to
matches.stream()
this.dormantActivations.containsKey(key)
to
dormantActivations.contains(activationKey)
this.dormantActivations.containsKey(key)
to
this.dormantActivations.contains(key)
leadershipChangeListeners.get(change.topic())
to
topicListeners.get(change.topic())
reg.containsKey(eventIdentifier)
to
reg.contains(eventIdentifier)
repository.values()
to
repository.entrySet()
_sessions.keySet()
to
_ids
initializedServers.values().stream().flatMap(l -> l.stream()).map(s -> s.getServer()).collect(Collectors.toList())
to
initializedServers.stream().map(s -> s.getServer()).collect(Collectors.toList())
cacheMap.containsKey(cacheName)
to
cacheNames.contains(cacheName)
dbFileSourcesByKey.entrySet()
to
dbFileKeys
U.readMap(in)
to
U.readSet(in)
indexDescriptors.containsKey(indexDescriptor)
to
indexDescriptors.contains(indexDescriptor)
indexRule
to
rule.getIndexDescriptor()
indexRule.getIndexDescriptor()
to
rule
Cascading Type Change (Different)
HashMap<>
to
HashSet<>
HashMap<ProtobufInputMarshaller.ActivationKey,ActivationWithObject>
to
HashSet<>
HashMap<String,RegionState>
to
HashSet<RegionState>
HashMap<>
to
HashSet<>
HashMap<>
to
HashSet<>
HashMap<>
to
HashSet<>
Cascading Type Change (Similar)
Map<Object,Object>
to
Set<Integer>
Map<Object,Object>
to
Set<Integer>
Map<String,NullableValue>
to
Set<QualifiedTablePrefix>
Map<Integer,T2<Long,WALPointer>>
to
Set<Integer>
Wrap or Un-wrap
forEach
to
forEach