Class Range

  • Direct Known Subclasses:
    Range.LongitudeRange

    @Deprecated
    public class Range
    extends java.lang.Object
    Deprecated.
    INTERNAL: A numeric range between a pair of numbers. Perhaps this class could become 1st class citizen extending Shape but not now. Only public so is accessible from tests in another package.
    • Field Detail

      • min

        protected final double min
        Deprecated.
      • max

        protected final double max
        Deprecated.
    • Constructor Detail

      • Range

        public Range​(double min,
                     double max)
        Deprecated.
    • Method Detail

      • getMin

        public double getMin()
        Deprecated.
      • getMax

        public double getMax()
        Deprecated.
      • equals

        public boolean equals​(java.lang.Object o)
        Deprecated.
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Deprecated.
        Overrides:
        toString in class java.lang.Object
      • getWidth

        public double getWidth()
        Deprecated.
      • contains

        public boolean contains​(double v)
        Deprecated.
      • getCenter

        public double getCenter()
        Deprecated.
      • expandTo

        public Range expandTo​(Range other)
        Deprecated.
      • deltaLen

        public double deltaLen​(Range other)
        Deprecated.