commons
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
commons
commons-guava
/
xyz.xenondevs.commons.guava
Package-level
declarations
Functions
Functions
component1
Link copied to clipboard
operator
fun
<
R
,
C
,
V
>
Table.Cell
<
R
,
C
,
V
>
.
component1
(
)
:
R
component2
Link copied to clipboard
operator
fun
<
R
,
C
,
V
>
Table.Cell
<
R
,
C
,
V
>
.
component2
(
)
:
C
component3
Link copied to clipboard
operator
fun
<
R
,
C
,
V
>
Table.Cell
<
R
,
C
,
V
>
.
component3
(
)
:
V
for
Each
Link copied to clipboard
inline
fun
<
R
,
C
,
V
>
Table
<
R
,
C
,
V
>
.
forEach
(
action
:
(
R
,
C
,
V
)
->
Unit
)
iterator
Link copied to clipboard
operator
fun
<
R
,
C
,
V
>
Table
<
R
,
C
,
V
>
.
iterator
(
)
:
Iterator
<
Table.Cell
<
R
,
C
,
V
>
>
replace
All
Link copied to clipboard
inline
fun
<
R
,
C
,
V
>
Table
<
R
,
C
,
V
>
.
replaceAll
(
replacer
:
(
R
,
C
,
V
)
->
V
)
set
Link copied to clipboard
operator
fun
<
R
,
C
,
V
>
Table
<
R
,
C
,
V
>
.
set
(
row
:
R
,
column
:
C
,
value
:
V
)
:
V
?
to
Table
Link copied to clipboard
fun
<
R
,
C
,
V
>
Map
<
R
,
Map
<
C
,
V
>
>
.
toTable
(
table
:
Table
<
R
,
C
,
V
>
=
HashBasedTable.create()
)
:
Table
<
R
,
C
,
V
>