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

Method getIntDict

core/src/processing/data/Table.java:4500–4503  ·  view source on GitHub ↗
(String keyColumnName, String valueColumnName)

Source from the content-addressed store, hash-verified

4498
4499
4500 public IntDict getIntDict(String keyColumnName, String valueColumnName) {
4501 return new IntDict(getStringColumn(keyColumnName),
4502 getIntColumn(valueColumnName));
4503 }
4504
4505
4506 public IntDict getIntDict(int keyColumn, int valueColumn) {

Callers

nothing calls this directly

Calls 2

getStringColumnMethod · 0.95
getIntColumnMethod · 0.95

Tested by

no test coverage detected