LinkedNode

Kind: global class

new LinkedNode(data, next)

Param Default Description
data   the node data
next null the left node