interface BiMap.Context<UK,UV,Tp>
The BiMap's Context instance that serves as a factory for all related immutable instances and builders.
Type parameters
| Name | Constraints | Default | 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 | ||
| Tp | BiMap.Types | BiMap.Types | undocumented |
Properties
keyValueContext
undocumented
keyValueContextDefinition
readonly keyValueContext: RMap.Context<UK>;
typeTag
A string tag defining the specific collection type
typeTagvalueKeyContext
undocumented
valueKeyContextDefinition
readonly valueKeyContext: RMap.Context<UV>;