public static class JsonObject.Member
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object)
Indicates whether a given object is "equal to" this JsonObject.
|
java.lang.String |
getName()
Returns the name of this member.
|
JsonValue |
getValue()
Returns the value of this member.
|
int |
hashCode() |
public java.lang.String getName()
nullpublic JsonValue getValue()
nullpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object object)
JsonObject and both objects contain the same members in
the same order.
If two JsonObjects are equal, they will also produce the same JSON output.
equals in class java.lang.Objectobject - the object to be compared with this JsonObjectfalse
otherwiseCopyright © 2019. All Rights Reserved.