Class DoublePointer


  • public class DoublePointer
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) boolean unassigned  
      (package private) double value  
    • Constructor Summary

      Constructors 
      Constructor Description
      DoublePointer​(double d)  
    • Method Summary

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

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

      • value

        double value
      • unassigned

        boolean unassigned
    • Constructor Detail

      • DoublePointer

        public DoublePointer​(double d)
    • Method Detail

      • toString

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

        public double get()
      • getValue

        public double getValue()
      • set

        public void set​(double d)
      • setUnassigned

        public void setUnassigned()