Uses of Class
jirc.Channel

Uses of Channel in jirc
 

Methods in jirc that return Channel
 Channel[] JIRC.getChannelArray()
          Gets an array version of the List of Channel objects used by JIRC
 

Methods in jirc that return types with arguments of type Channel
 java.util.List<Channel> JIRC.getChannelList()
          Gets the List of Channel objects used by JIRC
 

Methods in jirc with parameters of type Channel
static int JIRC.inChannelArray(Channel[] arr, java.lang.String match)
           
 

Method parameters in jirc with type arguments of type Channel
static int JIRC.inChannelList(java.util.List<Channel> list, java.lang.String match)