Returns a set of members of this object. The set is ordered, and the order is in which the elements were added. @return a set of members of this object.
()
| 132 | * @return a set of members of this object. |
| 133 | */ |
| 134 | public Set<Map.Entry<String, JsonElement>> entrySet() { |
| 135 | return members.entrySet(); |
| 136 | } |
| 137 | |
| 138 | /** |
| 139 | * Convenience method to check if a member with the specified name is present in this object. |
no outgoing calls