interface MultiMap.Context<UK,UV>
A context instance for MultiMap
implementations that acts as a factory for every instance of this type of collection.
Type parameters
Name | Description |
---|---|
UK | the upper key type bound for which the context can be used |
UV | the upper value type bound for which th context can be used |