MCPcopy Index your code
hub / github.com/benfry/processing4 / getIntDict

Method getIntDict

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

Source from the content-addressed store, hash-verified

4597
4598
4599 public IntDict getIntDict(String keyColumnName, String valueColumnName) {
4600 return new IntDict(getStringColumn(keyColumnName),
4601 getIntColumn(valueColumnName));
4602 }
4603
4604
4605 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