Skip to main content

interface SortedMultiMapSortedValue.Context<UK,UV>

A context instance for an SortedMultiMapSortedValue that acts as a factory for every instance of this type of collection.

Type parameters

NameDescription
UKthe upper key type bound for which the context can be used
UVthe upper value type bound for which the context can be used

Properties

keyMapContext

The SortedMap context used to create HashMaps to the key to value maps.

Definition

readonly keyMapContext: SortedMap.Context<UK>;

keyMapValuesContext

The SortedSet context used to create HashSets for the value sets.

Definition

readonly keyMapValuesContext: SortedSet.Context<UV>;

typeTag

undocumented

Definition

readonly typeTag: 'SortedMultiMapSortedValue';