toTable

fun <R, C, V> Map<R, Map<C, V>>.toTable(table: Table<R, C, V> = HashBasedTable.create()): Table<R, C, V>