public void removeBusinessObjectAt(String attrName, int index);
public void removeBusinessObjectAt(int position, int index);
None.
After the remove operation, the business object array is compacted. Indexes are decremented for all business objects that have an index number higher than that of the removed business object.