Documentation of 'sgtplot.util.Range' Java class
Range
sgtplot.util

Class Range

  • All Implemented Interfaces:
    java.io.Serializable


    public class Range
    extends java.lang.Object
    implements java.io.Serializable
    Contains minimum and maximum integer values.
    Since:
    sgtplot 1.0
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      int end
      The range's last value
      int start
      The range's first value
    • Constructor Summary

      Constructors 
      Constructor and Description
      Range()
      Default constructor
      Range(int start, int end)
      Initializes Range with start and end integral values.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      boolean equals(Range r)
      Test Range for equality.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • start

        public int start
        The range's first value
      • end

        public int end
        The range's last value
    • Constructor Detail

      • Range

        public Range()
        Default constructor
      • Range

        public Range(int start,
                     int end)
        Initializes Range with start and end integral values.
        Parameters:
        start - first value
        end - last value
    • Method Detail

      • equals

        public boolean equals(Range r)
        Test Range for equality. Both start and end must be equal for equality.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.