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

Method crop

core/src/processing/data/DoubleDict.java:233–238  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

231
232
233 protected void crop() {
234 if (count != keys.length) {
235 keys = PApplet.subset(keys, 0, count);
236 values = PApplet.subset(values, 0, count);
237 }
238 }
239
240
241 public Iterable<String> keys() {

Callers 2

keyArrayMethod · 0.95
valueArrayMethod · 0.95

Calls 1

subsetMethod · 0.95

Tested by

no test coverage detected