Node.setInt
void setInt(long value)Sets value as the integer content of the node, replacing any existing content.
It is an error to call this on an immutable node, or on a node which is not a value node.
Parameters
value | an integer value |
void setInt(long value)Sets value as the integer content of the node, replacing any existing content.
It is an error to call this on an immutable node, or on a node which is not a value node.
value | an integer value |