Array.addIntElement
void addIntElement(long value)Conveniently adds the given integer value into an array.
See also: [json.array.Array.addElement], [json.node.Node.setInt]
Parameters
value | the integer value to add |
void addIntElement(long value)Conveniently adds the given integer value into an array.
See also: [json.array.Array.addElement], [json.node.Node.setInt]
value | the integer value to add |