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

Method keys

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

Get an enumeration of the keys of the JSONObject. @return An iterator of the keys.

()

Source from the content-addressed store, hash-verified

692 * @return An iterator of the keys.
693 */
694 public Iterator keys() {
695 return this.map.keySet().iterator();
696 }
697
698
699 /**

Callers 9

mainRequestMethod · 0.95
toStringMethod · 0.95
toStringMethod · 0.95
namesMethod · 0.95
toStringMethod · 0.95
writeMethod · 0.95
toStringMethod · 0.80
toStringMethod · 0.80
getNamesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected