Class IntervalNodeInternal

Node in the interval tree for efficient overlap detection. This is an internal implementation detail and should not be used directly.

Constructors

Properties

Constructors

Properties

interval: GenomicRegion
left: null | IntervalNode = null
maxEnd: number
right: null | IntervalNode = null