Class NullValue.NullValueType

  • Enclosing class:
    NullValue

    public static class NullValue.NullValueType
    extends java.lang.Object
    Defines the type of the singleton null value. Actually, object would be sufficient, but for serialization a specific type is required.
    Author:
    Holger Eichelberger
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private NullValueType()
      Creates an instance and prevents external instantiation.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • NullValueType

        private NullValueType()
        Creates an instance and prevents external instantiation.