public class Interval extends Object
SIRtree
Interval(double min, double max)
Interval(Interval other)
boolean
equals(Object o)
Interval
expandToInclude(Interval other)
double
getCentre()
intersects(Interval other)
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Interval(Interval other)
public Interval(double min, double max)
public double getCentre()
public Interval expandToInclude(Interval other)
public boolean intersects(Interval other)
public boolean equals(Object o)