interface HashMultiMapSortedValue.Context<UK,UV>
A context instance for an HashMultiMapSortedValue
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 the context can be used |
Properties
keyMapContext
The HashMap
context used to create HashMaps to the key to value maps.
keyMapContext
HashMap
context used to create HashMaps to the key to value maps.Definition
readonly keyMapContext:
HashMap.Context
<UK>;
keyMapValuesContext
The SortedSet
context used to create HashSets for the value sets.
keyMapValuesContext
SortedSet
context used to create HashSets for the value sets.Definition
readonly keyMapValuesContext:
SortedSet.Context
<UV>;