Class Interval

Hierarchy: Object , Interval
public class Interval
A contiguous portion of 1D-space. Used internally by SIRtree.
See also:
SIRtree

Other

  • version: 1.7
public Interval(Interval other)
public Interval(double min, double max)
public double getCentre()
public Interval expandToInclude(Interval other)
Returns:
this
public boolean intersects(Interval other)
public boolean equals(Object o)