Class DoubleValue

  • All Implemented Interfaces:
    Value

    public class DoubleValue
    extends BaseValue
    A DoubleValue provides an implementation of the Value interface representing a double value.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int TYPE  
    • Constructor Summary

      Constructors 
      Constructor Description
      DoubleValue​(double dbl)
      Constructs a DoubleValue object representing a double.
      DoubleValue​(java.lang.Double dblNumber)
      Constructs a DoubleValue object representing a double.