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

Method remove

core/src/processing/data/StringDict.java:212–215  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

210 int index = -1;
211
212 public void remove() {
213 removeIndex(index);
214 index--;
215 }
216
217 public Entry next() {
218 ++index;

Callers 1

removeIndexMethod · 0.45

Calls 2

removeIndexMethod · 0.95
indexMethod · 0.95

Tested by

no test coverage detected