MCPcopy Index your code
hub / github.com/processing/processing / setLong

Method setLong

core/src/processing/data/XML.java:800–802  ·  view source on GitHub ↗

@webref xml:method @brief Sets the content of an element as an int

(String name, long value)

Source from the content-addressed store, hash-verified

798 * @brief Sets the content of an element as an int
799 */
800 public void setLong(String name, long value) {
801 setString(name, String.valueOf(value));
802 }
803
804
805 /**

Callers

nothing calls this directly

Calls 1

setStringMethod · 0.95

Tested by

no test coverage detected