Package java.util
Class Vector

Public Method set

Object set(int index, Object element)

Overrides:

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Implements interface method List.set.

Replaces the element at the specified position in this Vector with the specified element and returns the element previously at the specified position.