Go backward to getSize : Determining the Size of a Channel SetGo up to 5.4 Channel Sets Go forward to getChannel : Retrieving a Channel from a Set |
addChannel
: Adding a Channel to a Sets.addChannel(c) InChannelSet s InChannel c s.addChannel(c) OutChannelSet s OutChannel c
This function adds a channel c to a set s; c gets index i where i = c.getSize() (before the channel was added).