Go backward to addChannel : Adding a Channel to a SetGo up to 5.4 Channel Sets Go forward to select : Selecting a Channel from a Set |
getChannel
: Retrieving a Channel from a Setc = s.getChannel(i) InChannel c InChannelSet s int i c = s.getChannel(i) OutChannel c OutChannelSet s int i
The method returns the channel with index i (0 <= i < s.getSize()) from set s.