Package java.util
Interface List

Public Method set

abstract Object set(int index, Object o)

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Replaces the element at the specified position in this list with the specified element (optional operation).