clearEntries method

  1. @protected
void clearEntries()
inherited

Clears all entries from the registry.

Implementation

@protected
void clearEntries() {
  _entries.clear();
  _origins.clear();
}