QueueNode

Represents a node to be used in a Queue class

Constructor

new QueueNode(valueopt)

Parameters:
NameTypeAttributesDescription
value*<optional>

The value to be stored in the node

Properties
NameTypeDescription
value*

The value stored in the node

nextQueueNode

The next node in the queue