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

Method key

core/src/processing/data/Table.java:4223–4225  ·  view source on GitHub ↗
(int index)

Source from the content-addressed store, hash-verified

4221 }
4222
4223 String key(int index) {
4224 return indexToData.get(index);
4225 }
4226
4227 boolean hasCategory(int index) {
4228 return index < size() && indexToData.get(index) != null;

Callers 1

getStringMethod · 0.45

Calls 1

getMethod · 0.65

Tested by

no test coverage detected