MCPcopy Index your code
hub / github.com/AnyChart/AnyChart-Android / append

Method append

anychart/src/main/java/com/anychart/data/Set.java:51–55  ·  view source on GitHub ↗

Appends new rows to the set. Each argument is a row that is appended to the Set.

(String var_args)

Source from the content-addressed store, hash-verified

49 * Appends new rows to the set. Each argument is a row that is appended to the Set.
50 */
51 public com.anychart.data.Set append(String var_args) {
52 APIlib.getInstance().addJSLine(String.format(Locale.US, jsBase + ".append(%s);", wrapQuotes(var_args)));
53
54 return this;
55 }
56 /**
57 *
58 */

Callers 15

arrayToStringMethod · 0.80
initMethod · 0.80
onPageFinishedMethod · 0.80
addScriptMethod · 0.80
addCssMethod · 0.80
addFontMethod · 0.80
md5Method · 0.80
generateJsMethod · 0.80
toStringMethod · 0.80
getJsBaseMethod · 0.80
setOnClickListenerMethod · 0.80

Calls 4

getInstanceMethod · 0.95
addJSLineMethod · 0.80
wrapQuotesMethod · 0.80
formatMethod · 0.45

Tested by

no test coverage detected