Query.Util.sizeOfList()

Signature

int sizeOfList(Object list)

Domain

ACTION, CONDITION

Description

Returns the size/length of the given list.

Parameters

NameTypeDescription
listjava.util.ListThe list whose size/length is to be retrieved.

Returns

TypeDescription
intThe size of the list.

Cautions

none