Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ size
Method
size
core/src/processing/data/Table.java:4330–4333 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
4328
Sort s =
new
Sort() {
4329
4330
@Override
4331
public
int
size() {
4332
return
getRowCount();
4333
}
4334
4335
@Override
4336
public
int
compare(
int
index1,
int
index2) {
Callers
3
index
Method · 0.45
setCategory
Method · 0.45
size
Method · 0.45
Calls
1
getRowCount
Method · 0.95
Tested by
no test coverage detected