StackNode

Represents a node to be used in a Stack class

Constructor

new StackNode(valueopt)

Parameters:
NameTypeAttributesDescription
value*<optional>

The value to be stored in the node

Properties
NameTypeDescription
nextStackNode

The next node in the stack

value*

The value stored in the node