TIBCO BusinessEvents™
CEP Query
Query
Util
Query.Util
.
sizeOfList()
Signature
int sizeOfList(Object list)
Domain
ACTION, CONDITION
Description
Returns the size/length of the given list.
Parameters
Name
Type
Description
list
java.util.List
The list whose size/length is to be retrieved.
Returns
Type
Description
int
The size of the list.
Cautions
none