Class OptionalNillableDouble.OptionalDouble

  • Enclosing class:
    OptionalNillableDouble

    public static class OptionalNillableDouble.OptionalDouble
    extends java.lang.Object
    Internal use only The Class OptionalDouble.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.Boolean nil
      The nil.
      java.lang.Double value
      The value.
    • Constructor Summary

      Constructors 
      Constructor Description
      OptionalDouble()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • nil

        public java.lang.Boolean nil
        The nil.
      • value

        public java.lang.Double value
        The value.
    • Constructor Detail

      • OptionalDouble

        public OptionalDouble()