Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/benfry/processing4
/ size
Method
size
core/src/processing/data/Table.java:4429–4432 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
4427
Sort s =
new
Sort() {
4428
4429
@Override
4430
public
int
size() {
4431
return
getRowCount();
4432
}
4433
4434
@Override
4435
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