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

Method remove

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

Source from the content-addressed store, hash-verified

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

Callers 1

removeIndexMethod · 0.45

Calls 2

removeIndexMethod · 0.95
indexMethod · 0.95

Tested by

no test coverage detected