Constructors
constructor
Parameters
Optional
key: IntervalInputOptional
value: V- left: null | Node<V> = null
- right: null | Node<V> = null
- parent: null | Node<V> = null
- color: NodeColor = RB_TREE_COLOR_BLACK
Properties
Methods
_value_equal
_value_equal(other_node: Node<V>): boolean
copy_data
copy_data(other_node: Node<V>): void
equal_to
equal_to(other_node: Node<V>): boolean
intersect
intersect(other_node: Node<V>): boolean
less_than
less_than(other_node: Node<V>): boolean
not_intersect_left_subtree
not_intersect_left_subtree(search_node: Node<V>): boolean
not_intersect_right_subtree
not_intersect_right_subtree(search_node: Node<V>): boolean