GitHub
Live examples
Preparing search index...
The search index is not available
@flatten-js/interval-tree - v2.0.0
@flatten-js/interval-tree
Interval
Class Interval
Hierarchy (
View Summary
)
IntervalBase
Interval
Index
Constructors
constructor
Properties
high
low
Accessors
max
Methods
clone
comparable_
less_
than
equal_
to
intersect
less_
than
merge
not_
intersect
output
Constructors
constructor
new
Interval
(
low
:
Comparable
,
high
:
Comparable
)
:
Interval
Parameters
low
:
Comparable
high
:
Comparable
Returns
Interval
Properties
high
high
:
Comparable
low
low
:
Comparable
Accessors
max
get
max
()
:
IntervalBase
Returns
IntervalBase
Methods
clone
clone
()
:
Interval
Returns
Interval
comparable_
less_
than
comparable_less_than
(
val1
:
Comparable
,
val2
:
Comparable
)
:
boolean
Parameters
val1
:
Comparable
val2
:
Comparable
Returns
boolean
equal_
to
equal_to
(
other_interval
:
IntervalBase
)
:
boolean
Parameters
other_interval
:
IntervalBase
Returns
boolean
intersect
intersect
(
other_interval
:
IntervalBase
)
:
boolean
Parameters
other_interval
:
IntervalBase
Returns
boolean
less_
than
less_than
(
other_interval
:
IntervalBase
)
:
boolean
Parameters
other_interval
:
IntervalBase
Returns
boolean
merge
merge
(
other_interval
:
IntervalBase
)
:
IntervalBase
Parameters
other_interval
:
IntervalBase
Returns
IntervalBase
not_
intersect
not_intersect
(
other_interval
:
IntervalBase
)
:
boolean
Parameters
other_interval
:
IntervalBase
Returns
boolean
output
output
()
:
[
Comparable
,
Comparable
]
Returns
[
Comparable
,
Comparable
]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
high
low
Accessors
max
Methods
clone
comparable_
less_
than
equal_
to
intersect
less_
than
merge
not_
intersect
output
GitHub
Live examples
@flatten-js/interval-tree - v2.0.0
Loading...