MultiEntrySet<E> constructor

MultiEntrySet<E>()

Implementation

MultiEntrySet() {
  _entries = [];
}