provaengine ~master (2018-04-11T21:05:02Z)
Dub
Repo
LinkedList.insertAfter
prova
util
linkedlist
LinkedList
Creates a node in the list placed after the specified node
class
LinkedList
(T)
Node
!
T
insertAfter
(
T
value
,
Node
!
T
node
)
Meta
Source
See Implementation
prova
util
linkedlist
LinkedList
functions
clear
contains
getFirstNode
getLastNode
insertAfter
insertBack
insertBefore
insertFront
remove
properties
length
Creates a node in the list placed after the specified node