Query.Util.addToList()

Signature

int addToList(Object list, Object item)

Domain

query

Parameters

NameTypeDescription
list
itemObjectThe item to be added to the list.

Returns

TypeDescription
intThe new size of the list after the addition.

Cautions

none