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

Method length

src/main/java/com/mcbans/plugin/org/json/JSONObject.java:704–706  ·  view source on GitHub ↗

Get the number of keys stored in the JSONObject. @return The number of keys in the JSONObject.

()

Source from the content-addressed store, hash-verified

702 * @return The number of keys in the JSONObject.
703 */
704 public int length() {
705 return this.map.size();
706 }
707
708
709 /**

Callers 10

parseMethod · 0.95
parseMethod · 0.95
toStringMethod · 0.95
doubleToStringMethod · 0.45
getNamesMethod · 0.45
numberToStringMethod · 0.45
populateMapMethod · 0.45
quoteMethod · 0.45
stringToValueMethod · 0.45
toJSONArrayMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected