commons
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
commons
commons-guava
/
xyz.xenondevs.commons.guava
/
toTable
to
Table
fun
<
R
,
C
,
V
>
Map
<
R
,
Map
<
C
,
V
>
>
.
toTable
(
table
:
Table
<
R
,
C
,
V
>
=
HashBasedTable.create()
)
:
Table
<
R
,
C
,
V
>