Class WrappedSetMultiMap<TKey, TVal>

A SetMultiMap that uses an internal Map based on the provided constructor.

In case no input constructor is provided, the default Map implementation will be used.

It is required that the value type of this map is not Set or any extension of Set, otherwise the set and add functions wil break.

Type Parameters

  • TKey
  • TVal

Hierarchy (view full)

Implements

Constructors

Properties

[toStringTag]: "WrappedSetMultiMap" = 'WrappedSetMultiMap'

Accessors

Methods