Collections.clear()

Signature

void clear ( Object collection )

Domain

ACTION

Description

Removes all of the elements from this collection.

Parameters

NameTypeDescription
collectionObjectThe Collection object

Returns

TypeDescription
void

Cautions

none