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