void removeElementAt(int index)
After an element is removed from the array, the array resizes, possibly changing the indexes of existing elements.
CollaborationException--The removeElementAt() method can set the following exception type for this exception:
The following example deletes the sixth business object in the array items.
items.removeElementAt(5);