Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • BinaryTreeNode

Index

Constructors

Properties

Constructors

constructor

Properties

left

left: null | BinaryTreeNode<T> = null

right

right: null | BinaryTreeNode<T> = null

value

value: T

Legend

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

Generated using TypeDoc