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

Method remove

core/src/processing/data/FloatDict.java:192–195  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

removeIndexMethod · 0.45

Calls 2

removeIndexMethod · 0.95
indexMethod · 0.95

Tested by

no test coverage detected