KSLCore
Toggle table of contents
R1.2.1
jvm
Platform filter
jvm
Switch theme
Search in API
KSLCore
KSLCore
/
ksl.utilities.collections
/
AbstractTable
/
get
get
open
override
fun
get
(
rowKey
:
R
,
columnKey
:
C
)
:
V
?
Returns the value corresponding to the given row and column keys, or null if no such mapping exists.