fferpcore.TargetObjectList2
global interface TargetObjectList2 extends TargetObjectList
List of TargetObject.
Methods
getKey
Object getKey(Integer index)
Return Value
The key for the target at the given index in the list or null if no key exists.
setKey
void setKey(Integer index, Object key)
Set the key for the target at the given index.
create
TargetObject create(Object key)
Create a new target object in the list with the provided key.
Return Value
The newly created TargetObject.
|