interface HashTableHashColumn.Types
Utility interface that provides higher-kinded types for this collection.
Extends: TableBase.Types
Properties
builder
undocumented
builder
Definition
readonly builder:
HashTableHashColumn.Builder
<this['_R'], this['_C'], this['_V']>;
Overrides
columnContext
undocumented
columnContext
context
undocumented
context
nonEmpty
undocumented
nonEmpty
Definition
readonly nonEmpty:
HashTableHashColumn.NonEmpty
<this['_R'], this['_C'], this['_V']>;
Overrides
normal
undocumented
normal
rowContext
undocumented
rowContext
rowMap
undocumented
rowMap
Definition
readonly rowMap:
HashMap
<this['_R'],
HashMap.NonEmpty
<this['_C'], this['_V']>>;
Overrides
rowMapNonEmpty
undocumented
rowMapNonEmpty
Definition
readonly rowMapNonEmpty:
HashMap.NonEmpty
<this['_R'],
HashMap.NonEmpty
<this['_C'], this['_V']>>;
Overrides
rowNonEmpty
undocumented
rowNonEmpty