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

Method remove

core/src/processing/data/IntDict.java:191–194  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

189 int index = -1;
190
191 public void remove() {
192 removeIndex(index);
193 index--;
194 }
195
196 public Entry next() {
197 ++index;

Callers 1

removeIndexMethod · 0.45

Calls 2

removeIndexMethod · 0.95
indexMethod · 0.95

Tested by

no test coverage detected