Toggle navigation
Home
java.lang.String to org.redisson.client.ChannelName
No. of Instances - 75
No. of Commits - 1
No. of Projects - {'redisson'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Internal
Mapping:
Cascading Type Change (Similar)
String
to
ChannelName
String
to
ChannelName
Cascading Type Change (Different)
String
to
CharSequence
String
to
CharSequence
Set<String>
to
Set<ChannelName>
Add or Remove Method invocation
listener.onStatus(type,channel)
to
listener.onStatus(type,ch)
listener.onStatus(type,channel)
to
listener.onStatus(type,ch)
entries.get(channelName)
to
entries.get(new ChannelName(channelName))
entries.get(patternName)
to
entries.get(new ChannelName(patternName))
entries.get(channelName).getDecoder()
to
entries.get(new ChannelName(channelName)).getDecoder()
entries.get(patternName).getDecoder()
to
entries.get(new ChannelName(patternName)).getDecoder()
channelName
to
channelName.getName()
Rename Variable
channel
to
channels
channel
to
channels
channel
to
channels
channel
to
channels