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
keyValueContext
Definition
readonly keyValueContext:
RMap.Context
<UK>;
typeTag
A string tag defining the specific collection type
typeTag
valueKeyContext
undocumented
valueKeyContext
Definition
readonly valueKeyContext:
RMap.Context
<UV>;