interface HashMultiMapHashValue.Types
Utility interface that provides higher-kinded types for this collection.
Properties
builder
undocumented
builder
Definition
readonly builder:
HashMultiMapHashValue.Builder
<this['_K'], this['_V']>;
context
undocumented
context
Definition
readonly context:
HashMultiMapHashValue.Context
<this['_K'], this['_V']>;
keyMap
undocumented
keyMap
Definition
readonly keyMap:
HashMap
<this['_K'],
HashSet.NonEmpty
<this['_V']>>;
keyMapContext
undocumented
keyMapContext
Definition
readonly keyMapContext:
HashMap.Context
<this['_K']>;
keyMapNonEmpty
undocumented
keyMapNonEmpty
Definition
readonly keyMapNonEmpty:
HashMap.NonEmpty
<this['_K'],
HashSet.NonEmpty
<this['_V']>>;
keyMapValuesContext
undocumented
keyMapValuesContext
Definition
readonly keyMapValuesContext:
HashSet.Context
<this['_V']>;
keyMapValuesNonEmpty
undocumented
keyMapValuesNonEmpty
Definition
readonly keyMapValuesNonEmpty:
HashSet.NonEmpty
<this['_V']>;
nonEmpty
undocumented
nonEmpty
Definition
readonly nonEmpty:
HashMultiMapHashValue.NonEmpty
<this['_K'], this['_V']>;
normal
undocumented
normal
Definition
readonly normal:
HashMultiMapHashValue
<this['_K'], this['_V']>;