interface HashBiMultiMap.Types
Utility interface that provides higher-kinded types for this collection.
Properties
builder
undocumented
builderDefinition
readonly builder: HashBiMultiMap.Builder<this['_K'], this['_V']>;
context
undocumented
contextDefinition
readonly context: HashBiMultiMap.Context<this['_K'], this['_V']>;
keyValueMultiMap
undocumented
keyValueMultiMapDefinition
readonly keyValueMultiMap: HashMultiMapHashValue<this['_K'], this['_V']>;
nonEmpty
undocumented
nonEmptyDefinition
readonly nonEmpty: HashBiMultiMap.NonEmpty<this['_K'], this['_V']>;
normal
undocumented
normalDefinition
readonly normal: HashBiMultiMap<this['_K'], this['_V']>;
valueKeyMultiMap
undocumented
valueKeyMultiMapDefinition
readonly valueKeyMultiMap: HashMultiMapHashValue<this['_V'], this['_K']>;