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

Method resetIndices

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

Source from the content-addressed store, hash-verified

153
154
155 private void resetIndices() {
156 indices = new HashMap<>(count);
157 for (int i = 0; i < count; i++) {
158 indices.put(keys[i], i);
159 }
160 }
161
162
163 // . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

Callers 2

resizeMethod · 0.95
sortImplMethod · 0.95

Calls 1

putMethod · 0.45

Tested by

no test coverage detected