net.cscott.jutil
public static class IntervalTree.Interval extends Object
low
,high
] holding an object
obj
.
Field Summary | |
---|---|
Object | datum |
int | high |
int | low |
Constructor Summary | |
---|---|
Interval(Object datum, int low, int high) |
Method Summary | |
---|---|
boolean | overlaps(IntervalTree.Interval i) |