Package java.util
Class Vector

Public Method clear

void clear()

Overrides:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Implements interface method List.clear.

Removes all of the elements from this Vector. The Vector will be empty after this call returns (unless it throws an exception).