public static final class JSONObject.Null extends Object
| Constructor and Description |
|---|
JSONObject.Null() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
clone()
There is only intended to be a single instance of the NULL object,
so the clone method returns itself.
|
boolean |
equals(Object object)
A Null object is equal to the null value and to itself.
|
String |
toString()
Get the "null" string value.
|
Copyright © 2016. All rights reserved.