interface SortedBiMultiMap.Types
Utility interface that provides higher-kinded types for this collection.
Properties
builder
undocumented
builderDefinition
readonly builder: SortedBiMultiMap.Builder<this['_K'], this['_V']>;
context
undocumented
contextDefinition
readonly context: SortedBiMultiMap.Context<this['_K'], this['_V']>;
keyValueMultiMap
undocumented
keyValueMultiMapDefinition
readonly keyValueMultiMap: SortedMultiMapSortedValue<this['_K'], this['_V']>;
keyValueMultiMapContext
undocumented
keyValueMultiMapContextDefinition
readonly keyValueMultiMapContext: SortedMultiMapSortedValue.Context<this['_K'], this['_V']>;
keyValueMultiMapNonEmpty
undocumented
keyValueMultiMapNonEmptyDefinition
readonly keyValueMultiMapNonEmpty: SortedMultiMapSortedValue.NonEmpty<this['_K'], this['_V']>;
nonEmpty
undocumented
nonEmptyDefinition
readonly nonEmpty: SortedBiMultiMap.NonEmpty<this['_K'], this['_V']>;
normal
undocumented
normalDefinition
readonly normal: SortedBiMultiMap<this['_K'], this['_V']>;
valueKeyMultiMap
undocumented
valueKeyMultiMapDefinition
readonly valueKeyMultiMap: SortedMultiMapSortedValue<this['_V'], this['_K']>;
valueKeyMultiMapContext
undocumented
valueKeyMultiMapContextDefinition
readonly valueKeyMultiMapContext: SortedMultiMapSortedValue.Context<this['_V'], this['_K']>;
valueKeyMultiMapNonEmpty
undocumented
valueKeyMultiMapNonEmptyDefinition
readonly valueKeyMultiMapNonEmpty: SortedMultiMapSortedValue.NonEmpty<this['_V'], this['_K']>;