|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openjena.atlas.json.JsonValue
org.openjena.atlas.json.JsonPrimitive
org.openjena.atlas.json.JsonNull
public class JsonNull
| Field Summary | |
|---|---|
static JsonNull |
instance
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object other)
|
int |
hashCode()
|
boolean |
isNull()
|
void |
visit(JsonVisitor visitor)
|
| Methods inherited from class org.openjena.atlas.json.JsonValue |
|---|
getAsArray, getAsBoolean, getAsNumber, getAsObject, getAsString, isArray, isBoolean, isNumber, isObject, isPrimitive, isString, output, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static JsonNull instance
| Method Detail |
|---|
public boolean isNull()
isNull in class JsonValuepublic void visit(JsonVisitor visitor)
visit in class JsonValuepublic int hashCode()
hashCode in class JsonValuepublic boolean equals(java.lang.Object other)
equals in class JsonValue
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||