Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ListNode<T>

Type parameters

  • T

Hierarchy

  • ListNode

Index

Constructors

Properties

Constructors

constructor

Properties

data

data: T

next

next: ListNode<T>

Generated using TypeDoc