MCPcopy Index your code
hub / github.com/processing/processing / keyIterator

Method keyIterator

core/src/processing/data/JSONObject.java:934–937  ·  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

932 * @return An iterator of the keys.
933 */
934 public Iterator keyIterator() {
935// return this.keySet().iterator();
936 return map.keySet().iterator();
937 }
938
939
940 /**

Callers 1

writeInternalMethod · 0.95

Calls 1

iteratorMethod · 0.45

Tested by

no test coverage detected