Query.Util.removeFromList()

Signature

Object removeFromList(Object list, int index)

Domain

query

Parameters

NameTypeDescription
list
indexintThe position number from which the item will be removed.

Returns

TypeDescription
Objectthe item that was removed.

Cautions

none