Class XYNumericDataSet.MutableDouble

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable
    Enclosing class:
    XYNumericDataSet

    public static class XYNumericDataSet.MutableDouble
    extends java.lang.Number
    implements java.lang.Comparable
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      double value  
    • Constructor Summary

      Constructors 
      Constructor Description
      MutableDouble()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int compareTo​(java.lang.Object o)  
      double doubleValue()  
      float floatValue()  
      int intValue()  
      long longValue()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Number

        byteValue, shortValue
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • value

        public double value
    • Constructor Detail

      • MutableDouble

        public MutableDouble()
    • Method Detail

      • doubleValue

        public double doubleValue()
        Specified by:
        doubleValue in class java.lang.Number
      • floatValue

        public float floatValue()
        Specified by:
        floatValue in class java.lang.Number
      • intValue

        public int intValue()
        Specified by:
        intValue in class java.lang.Number
      • longValue

        public long longValue()
        Specified by:
        longValue in class java.lang.Number
      • compareTo

        public int compareTo​(java.lang.Object o)
        Specified by:
        compareTo in interface java.lang.Comparable
      • toString

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