MCPcopy Create free account
hub / github.com/benfry/processing4 / size

Method size

core/src/processing/data/IntDict.java:117–119  ·  view source on GitHub ↗

Returns the number of key/value pairs @webref intdict:method @webBrief Returns the number of key/value pairs

()

Source from the content-addressed store, hash-verified

115 * @webBrief Returns the number of key/value pairs
116 */
117 public int size() {
118 return count;
119 }
120
121
122 /**

Callers 5

hasNextMethod · 0.95
valueArrayMethod · 0.95
getPercentMethod · 0.95
printMethod · 0.95
toStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected