Skip to main content

interface SortedBiMultiMap.Context<UK,UV>

The SortedBiMultiMap's Context instance that serves as a factory for all related immutable instances and builders.

Type parameters

NameDescription
UKthe upper type limit for key types for which this context can create instances
UVthe upper type limit for value types for which this context can create instances

Properties

typeTag

undocumented

Definition

readonly typeTag: 'SortedBiMultiMap';