toggle menu
kmp-template
jvm
switch theme
search in API
list
/
io.kmptemplate.list
/
LinkedList
Linked
List
class
LinkedList
Some dummy documentation, to show that dokka is working in this project.
Members
Constructors
Linked
List
Link copied to clipboard
constructor
(
)
Functions
add
Link copied to clipboard
fun
add
(
element
:
String
)
get
Link copied to clipboard
fun
get
(
idx
:
Int
)
:
String
remove
Link copied to clipboard
fun
remove
(
element
:
String
)
:
Boolean
size
Link copied to clipboard
fun
size
(
)
:
Int