Class Undefined

  • All Implemented Interfaces:
    java.io.Serializable

    public class Undefined
    extends java.lang.Object
    implements java.io.Serializable
    This class implements the Undefined value in JavaScript.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.Object instance  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object readResolve()  
      • Methods inherited from class java.lang.Object

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

      • instance

        public static final java.lang.Object instance
    • Method Detail

      • readResolve

        public java.lang.Object readResolve()