Class OptionalNillableLong.OptionalLong

  • Enclosing class:
    OptionalNillableLong

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

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

      Constructors 
      Constructor Description
      OptionalLong()  
    • 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.Long value
        The value.
    • Constructor Detail

      • OptionalLong

        public OptionalLong()