MCPcopy Index your code
hub / github.com/benfry/processing4 / toString

Method toString

core/src/processing/data/StringList.java:815–818  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

813
814
815 @Override
816 public String toString() {
817 return getClass().getSimpleName() + " size=" + size() + " " + toJSON();
818 }
819}

Callers 2

StringListMethod · 0.45
joinMethod · 0.45

Calls 2

sizeMethod · 0.95
toJSONMethod · 0.95

Tested by

no test coverage detected