Node

interface Node<T>(source)

Represents a node in a Queue data structure.

Parameters

T

the type of value held in this node.

Inheritors

Properties

Link copied to clipboard
abstract val value: T