MCPcopy Create free account
hub / github.com/benfry/processing4 / remove

Method remove

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

Source from the content-addressed store, hash-verified

195 int index = -1;
196
197 public void remove() {
198 removeIndex(index);
199 index--;
200 }
201
202 public Entry next() {
203 ++index;

Callers 1

removeIndexMethod · 0.45

Calls 2

removeIndexMethod · 0.95
indexMethod · 0.95

Tested by

no test coverage detected