interface Table.Context<UR,UC>
A context instance for Table implementations that acts as a factory for every instance of this type of collection.
Type parameters
Name | Description |
---|---|
UR | the upper row key type bound for which the context can be used |
UC | the upper column key type bound for which the context can be used |