|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectgpars.csp.ChannelOutputList
class ChannelOutputList
ChannelOutputList is used to create a list of
ChannelOUTPUTEnds
Company: Napier University
NetChannelOUTPUT
list creation (Jon Kerridge)
and changes to comply with Groovy-jsr03
Property Summary | |
---|---|
def |
cList
|
Constructor Summary | |
ChannelOutputList(def channelArray)
ChannelOutputList uses the |
|
ChannelOutputList()
ChannelOutputList uses the |
Method Summary | |
---|---|
def
|
append(def value)
|
def
|
contains(def value)
|
def
|
getAt(def index)
|
def
|
minus(def list)
|
def
|
plus(def list)
|
def
|
putAt(def index, def value)
|
def
|
remove(def value)
|
def
|
size()
|
Object[]
|
toArray()
|
def
|
write(def value)
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Property Detail |
---|
def cList
Constructor Detail |
---|
public ChannelOutputList(def channelArray)
ArrayList
class of java
This ChannelOutputList takes an array of One2OneChannels
as its
constructor parameter and converts them to a list of ChannelOUTPUTEnds
public ChannelOutputList()
ArrayList
class of java
This constructor creates an empty ArrayList
to be populated with
NetChannelOUTPUTs
Method Detail |
---|
public def append(def value)
public def contains(def value)
public def getAt(def index)
public def minus(def list)
public def plus(def list)
public def putAt(def index, def value)
public def remove(def value)
public def size()
public Object[] toArray()
public def write(def value)
Groovy Documentation