Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • ListNode

Index

Constructors

Properties

Constructors

constructor

  • Parameters

    • value: any

    Returns ListNode

Properties

next

next: ListNode<T>

prev

prev: ListNode<T>

value

value: T

Legend

  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Interface
  • Interface with type parameter
  • Enumeration

Generated using TypeDoc