Class EmptyProxy


  • public class EmptyProxy
    extends ProxyObj<java.lang.Object>
    Used proxy a null value
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getObject()
      Returns the object that this proxy represents or null if the represented object no longer exists.
      • Methods inherited from class java.lang.Object

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

      • EMPTY_PROXY

        public static final EmptyProxy EMPTY_PROXY
    • Method Detail

      • getObject

        public java.lang.Object getObject()
        Description copied from class: ProxyObj
        Returns the object that this proxy represents or null if the represented object no longer exists.
        Specified by:
        getObject in class ProxyObj<java.lang.Object>
        Returns:
        the object that this proxy represents or null if the represented object no longer exists.
        See Also:
        ProxyObj.getObject()