MCPcopy Index your code
hub / github.com/nICEnnnnnnnLee/BilibiliDown / JSONArray

Method JSONArray

src/org/json/JSONArray.java:94–96  ·  view source on GitHub ↗

Construct an empty JSONArray.

()

Source from the content-addressed store, hash-verified

92 * Construct an empty JSONArray.
93 */
94 public JSONArray() {
95 this.myArrayList = new ArrayList<Object>();
96 }
97
98 /**
99 * Construct a JSONArray from a JSONTokener.

Callers

nothing calls this directly

Calls 7

wrapMethod · 0.95
putMethod · 0.95
nextCleanMethod · 0.80
syntaxErrorMethod · 0.80
backMethod · 0.80
nextValueMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected