TIBCO BusinessEvents™
Standard
Collections
List
Collections.List
.
get()
Signature
Object get ( Object list ,int index )
Domain
ACTION
Description
Returns the element at the specified position in this list.
Parameters
Name
Type
Description
list
Object
The List object
index
int
Index of the element to return
Returns
Type
Description
Object
The element at the specified position in this list
Cautions
none