IntervalForest |
A set of interval trees (e.g.
|
IntervalNode |
Node for interval tree structure
|
IntervalNodeOri |
The Node class contains the interval tree information for one single node
|
IntervalTree |
An Interval Tree is essentially a map from intervals to objects, which
can be queried for all data associated with a particular interval of
point
|
IntervalTreeArray |
Interval tree structure using arrays
This is slightly faster than the new IntervalTree implementation
|
IntervalTreeOri |
An Interval Tree is essentially a map from intervals to objects, which
can be queried for all data associated with a particular interval of
point
|