Class MamaDouble


  • public class MamaDouble
    extends java.lang.Object
    Mama assignable double.
    • Constructor Summary

      Constructors 
      Constructor Description
      MamaDouble()  
      MamaDouble​(double value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getValue()  
      void setValue​(double value)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MamaDouble

        public MamaDouble()
      • MamaDouble

        public MamaDouble​(double value)
    • Method Detail

      • getValue

        public double getValue()
      • setValue

        public void setValue​(double value)
      • toString

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