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

Method resetIndices

core/src/processing/data/StringDict.java:176–181  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

174
175
176 private void resetIndices() {
177 indices = new HashMap<>(count);
178 for (int i = 0; i < count; i++) {
179 indices.put(keys[i], i);
180 }
181 }
182
183
184 // . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

Callers 2

resizeMethod · 0.95
sortImplMethod · 0.95

Calls 1

putMethod · 0.45

Tested by

no test coverage detected