Package tenapull.util

Class Var.Double

java.lang.Object
tenapull.util.Var.Double
Enclosing class:
Var<T>

public static class Var.Double
extends java.lang.Object
Var which wraps a double primitive
  • Field Summary

    Fields 
    Modifier and Type Field Description
    double value
    The value this Var wraps
  • Constructor Summary

    Constructors 
    Constructor Description
    Double()
    Instantiates a new Double.
    Double​(double initialValue)
    Instantiates a new Double.
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • value

      public double value
      The value this Var wraps
  • Constructor Details

    • Double

      public Double()
      Instantiates a new Double.
    • Double

      public Double​(double initialValue)
      Instantiates a new Double.
      Parameters:
      initialValue - the initial value