interface Table.Builder<R,C,V>
A mutable Table builder used to efficiently create new immutable instances. See the Table documentation and the Table.Builder API documentation
Type parameters
Name | Description |
---|---|
R | the row key type |
C | the column key type |
V | the value type |