Class LongValue

  • All Implemented Interfaces:
    Value

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

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

      Constructors 
      Constructor Description
      LongValue​(long l)
      Constructs a LongValue object representing a long.
      LongValue​(java.lang.Long lNumber)
      Constructs a LongValue object representing a long.