Query.Util.addToList()

Signature

int addToList(Object list, Object item)

Domain

ACTION

Description

Adds the given item into the list.

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