Type Parameters

  • V = any

Constructors

Properties

color: NodeColor
item: { key?: IntervalBase; values: V[] }
left: null | Node<V>
max: undefined | IntervalBase
parent: null | Node<V>
right: null | Node<V>

Methods