Removes all pairs from the map.
After this, the map is empty.
@override void clear() { _entries.clear(); _head = _tail = null; }