void setElementAt(Object obj, int index)
Throws:
_INSERT_METHOD_SIGNATURE_HERE_
Description:
This method is identical in functionality to the set method (which is part of the List interface). Note that the set method reverses the order of the parameters, to more closely match array usage. Note also that the set method returns the old value that was stored at the specified position.