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