toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.io.serialization.csv
/
CSV
/
Record
Record
inner
class
Record
(
val
cells
:
List
<
String
>
)
Members
Constructors
Record
Link copied to clipboard
constructor
(
cells
:
List
<
String
>
)
Properties
cells
Link copied to clipboard
val
cells
:
List
<
String
>
Functions
get
Link copied to clipboard
operator
fun
get
(
index
:
Int
)
:
String
operator
fun
get
(
name
:
String
)
:
String
get
Or
Null
Link copied to clipboard
fun
getOrNull
(
index
:
Int
)
:
String
?
fun
getOrNull
(
name
:
String
)
:
String
?
to
Map
Link copied to clipboard
fun
toMap
(
)
:
Map
<
String
,
String
>
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String