Options
All
  • Public
  • Public/Protected
  • All
Menu

Class QueueNode<T>

Represents an element of a Queue, wrapping a given value.

Type parameters

  • T

Hierarchy

  • QueueNode

Index

Constructors

Properties

Constructors

constructor

  • Parameters

    • value: T

    Returns QueueNode

Properties

Optional next

next: QueueNode<T>

value

value: T

Generated using TypeDoc