MCPcopy Create free account
hub / github.com/MCBans/MCBans / JSONArray

Method JSONArray

src/main/java/com/mcbans/plugin/org/json/JSONArray.java:96–99  ·  view source on GitHub ↗

Construct an empty JSONArray.

()

Source from the content-addressed store, hash-verified

94 * Construct an empty JSONArray.
95 */
96 @SuppressWarnings("rawtypes")
97 public JSONArray() {
98 this.myArrayList = new ArrayList();
99 }
100
101 /**
102 * Construct a JSONArray from a JSONTokener.

Callers

nothing calls this directly

Calls 8

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

Tested by

no test coverage detected