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