@moonage/cobi-data - v0.0.5
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Binary
Tree
Node
constructor
left
right
value
Type parameters
T
Hierarchy
BinaryTreeNode
Index
Constructors
constructor
Properties
left
right
value
Constructors
constructor
new
Binary
Tree
Node<T>
(
value
:
T
)
:
BinaryTreeNode
<
T
>
Type parameters
T
Parameters
value:
T
Returns
BinaryTreeNode
<
T
>
Properties
left
left
:
null
|
BinaryTreeNode
<
T
>
= null
right
right
:
null
|
BinaryTreeNode
<
T
>
= null
value
value
:
T
Generated using
TypeDoc