Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ getLong
Method
getLong
core/src/processing/data/Table.java:2729–2731 ·
view source on GitHub ↗
(int column)
Source
from the content-addressed store, hash-verified
2727
}
2728
2729
public
long getLong(
int
column) {
2730
return
table.getLong(row, column);
2731
}
2732
2733
public
long getLong(String columnName) {
2734
return
table.getLong(row, columnName);
Callers
nothing calls this directly
Calls
1
getLong
Method · 0.65
Tested by
no test coverage detected