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

Method remove

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

Source from the content-addressed store, hash-verified

205 int index = -1;
206
207 public void remove() {
208 removeIndex(index);
209 index--;
210 }
211
212 public Entry next() {
213 ++index;

Callers 1

removeIndexMethod · 0.45

Calls 2

removeIndexMethod · 0.95
indexMethod · 0.95

Tested by

no test coverage detected