JUtil

Uses of Class
net.cscott.jutil.IntervalTree.Interval

Uses of IntervalTree.Interval in net.cscott.jutil
 

Methods in net.cscott.jutil that return IntervalTree.Interval
 IntervalTree.Interval IntervalTree.addInterval(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.
 

Methods in net.cscott.jutil with parameters of type IntervalTree.Interval
 Iterator IntervalTree.allOverlapping(IntervalTree.Interval i)
          Returns an Iterator over IntervalTree.Intervals that yields every interval in this that overlaps 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.
 


JUtil

Copyright (c) 2006 C. Scott Ananian