WebCola
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Iterator
Node
constructor
data
left
red
right
get_
child
set_
child
RBTree
Tree
Base
Hierarchy
Node
Index
Constructors
constructor
Properties
data
left
red
right
Methods
get_
child
set_
child
Constructors
constructor
new
Node
(
data
:
any
)
:
Node
Parameters
data:
any
Returns
Node
Properties
data
data
:
any
left
left
:
any
red
red
:
any
right
right
:
any
Methods
get_
child
get_
child
(
dir
:
any
)
:
any
Parameters
dir:
any
Returns
any
set_
child
set_
child
(
dir
:
any
, val
:
any
)
:
void
Parameters
dir:
any
val:
any
Returns
void
Generated using
TypeDoc