Class OptionalNillableInteger.OptionalInteger

  • Enclosing class:
    OptionalNillableInteger

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

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

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

      • OptionalInteger

        public OptionalInteger()