Skip to main content

interface HashTableSortedColumn.Types

Utility interface that provides higher-kinded types for this collection.

Extends: TableBase.Types

Properties

_C

The column key type.

Definition

readonly _C: C;

Overrides

Row._C

_R

The row key type.

Definition

readonly _R: R;

Overrides

Row._R

_V

The value type.

Definition

readonly _V: V;

Overrides

Row._V

builder

undocumented

Definition

readonly builder: HashTableSortedColumn.Builder<this['_R'], this['_C'], this['_V']>;

Overrides

Types.builder

columnContext

undocumented

Definition

readonly columnContext: SortedMap.Context<this['_C']>;

Overrides

Types.columnContext

context

undocumented

Definition

readonly context: HashTableSortedColumn.Context<this['_R'], this['_C']>;

Overrides

Types.context

nonEmpty

undocumented

Definition

readonly nonEmpty: HashTableSortedColumn.NonEmpty<this['_R'], this['_C'], this['_V']>;

Overrides

Types.nonEmpty

normal

undocumented

Definition

readonly normal: HashTableSortedColumn<this['_R'], this['_C'], this['_V']>;

Overrides

Types.normal

row

undocumented

Definition

readonly row: SortedMap<this['_C'], this['_V']>;

Overrides

Types.row

rowContext

undocumented

Definition

readonly rowContext: HashMap.Context<this['_R']>;

Overrides

Types.rowContext

rowMap

undocumented

Definition

readonly rowMap: HashMap<this['_R'], SortedMap.NonEmpty<this['_C'], this['_V']>>;

Overrides

Types.rowMap

rowMapNonEmpty

undocumented

Definition

readonly rowMapNonEmpty: HashMap.NonEmpty<this['_R'], SortedMap.NonEmpty<this['_C'], this['_V']>>;

Overrides

Types.rowMapNonEmpty

rowNonEmpty

undocumented

Definition

readonly rowNonEmpty: SortedMap.NonEmpty<this['_C'], this['_V']>;

Overrides

Types.rowNonEmpty