Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ size
Method
size
corpus/java/training/guava/collect/Lists.java:376–379 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
374
}
375
376
@Override
377
public
int
size() {
378
return
IntMath.saturatedAdd(rest.length, 2);
379
}
380
381
@Override
382
public
E get(
int
index) {
Callers
1
get
Method · 0.95
Calls
1
saturatedAdd
Method · 0.95
Tested by
no test coverage detected