clear method

void clear()

Removes all the named destination from the collection.

Implementation

void clear() {
  _namedCollections.clear();
}