Node Class
node of IntervalTree, containing intervalsj
Item Index
Methods
count
()
Number
the number of intervals
Returns:
Number:
endPointSearch
(
Array(Interval)
-
val
get intervals whose end position is more than or equal to the given value
Parameters:
-
val
Number
Returns:
Array(Interval):
getAllIntervals
()
Array(Interval)
gets all registered interval
Returns:
Array(Interval):
removeFromList
(
private
-
interval
-
list
remove the given interval from the given list
Parameters:
-
interval
Interval -
list
SortedList
startPointSearch
(
Array(Interval)
-
val
get intervals whose start position is less than or equal to the given value
Parameters:
-
val
Number
Returns:
Array(Interval):
Properties
ends
SortedList(Interval)
sorted list of Intervals, sorting them by their end property
starts
SortedList(Interval)
sorted list of Intervals, sorting them by their start property