Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ListNode<T>

Represents an element of a List.

Type parameters

  • T

Hierarchy

  • ListNode

Implemented by

Index

Properties

Properties

Optional next

next: ListNode<T>

Optional prev

prev: ListNode<T>

value

value: T

Generated using TypeDoc