Class Null


  • public final class Null
    extends java.lang.Object
    Represent a Null object
    Version:
    $Id: Null.java,v 1.2 2004/08/26 12:33:17 thlee Exp $ $Name: $
    Author:
    TiongHiang Lee (thlee@onemindsoft.org)
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Null instance
      The instance
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Null()
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • instance

        public static final Null instance
        The instance
    • Constructor Detail

      • Null

        private Null()