API Docs for:
Show:

LinkedListNode Class

Constructor

LinkedListNode

()

Item Index

Properties

Properties

next

Unknown

Points to the next node on the list.

value

Unknown

The variable held by this node.