Query.Util.addToList()

Signature

int addToList(Object list, Object item)

Domain

ACTION

Parameters

NameTypeDescription
listjava.util.ListThe list to add the item to.
itemObjectThe item to be added to the list.

Returns

TypeDescription
intThe new size of the list after the addition.

Cautions

none