| Modifier and Type | Method and Description |
|---|---|
IntervalTree.Interval |
IntervalTree.addInterval(java.lang.Object datum,
int low,
int high)
Constructs a new
IntervalTree.Interval i and adds
i to this. |
IntervalTree.Interval |
IntervalTree.searchOverlapping(IntervalTree.Interval i)
Returns some
IntervalTree.Interval in this which
overlaps the bounds defined by the argument interval
i, or null if no such interval
exists. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator |
IntervalTree.allOverlapping(IntervalTree.Interval i)
|
boolean |
IntervalTree.Interval.overlaps(IntervalTree.Interval i) |
IntervalTree.Interval |
IntervalTree.searchOverlapping(IntervalTree.Interval i)
Returns some
IntervalTree.Interval in this which
overlaps the bounds defined by the argument interval
i, or null if no such interval
exists. |
Copyright (c) 2006 C. Scott Ananian