interface HashTableSortedColumnCreators implements [TableBase.Factory]<HashTableSortedColumn.Types>import { type HashTableSortedColumnCreators } from "https://deno.land/x/rimbu@0.14.0/table/custom/index.ts"; MethodscreateContext<UR, UC>(options?: { rowContext?: HashMap.Context<UR>; columnContext?: SortedMap.Context<UC>; }): HashTableSortedColumn.Context<UR, UC>Returns a new HashTableSortedColumn context instance based on the given options. defaultContext<UR, UC>(): HashTableSortedColumn.Context<UR, UC>Returns the default context for HashTableSortedColumns.