|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.jettison.json.JSONObject.Null
private static final class JSONObject.Null
JSONObject.NULL is equivalent to the value that JavaScript calls null, whilst Java's null is equivalent to the value that JavaScript calls undefined.
Constructor Summary | |
---|---|
private |
JSONObject.Null()
|
Method Summary | |
---|---|
protected java.lang.Object |
clone()
There is only intended to be a single instance of the NULL object, so the clone method returns itself. |
boolean |
equals(java.lang.Object object)
A Null object is equal to the null value and to itself. |
java.lang.String |
toString()
Get the "null" string value. |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
private JSONObject.Null()
Method Detail |
---|
protected final java.lang.Object clone()
clone
in class java.lang.Object
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
object
- An object to test for nullness.
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |