TIBCO BusinessEvents™
Standard
Collections
Collections
.
add()
Signature
void add ( Object collection, Object element)
Domain
ACTION
Description
Inserts the specified element at the specified position in this collection.
Parameters
Name
Type
Description
collection
Object
The Collection object
element
Object
Element to be inserted
Returns
Type
Description
void
Cautions
none