Package java.util
Class Vector

Public Method removeElementAt

void removeElementAt(int index)

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

This method is identical in functionality to the remove method (which is part of the List interface). Note that the remove method returns the old value that was stored at the specified position.