interface BiMultiMap.Context<UK,UV>
The BiMultiMap's Context instance that serves as a factory for all related immutable instances and builders.
Type parameters
| Name | Description |
|---|---|
| UK | the upper key type for which the context can create instances |
| UV | the upper value type for which the context can create instances |