Class MutableDouble


  • class MutableDouble
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean initialized  
      private double value  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) double get()  
      (package private) void set​(double value)  
      • Methods inherited from class java.lang.Object

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

      • initialized

        private boolean initialized
      • value

        private double value
    • Constructor Detail

      • MutableDouble

        public MutableDouble()
      • MutableDouble

        public MutableDouble​(double value)
    • Method Detail

      • set

        void set​(double value)
      • get

        double get()