Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ size
Method
size
output/java_guava/1.4.18/Lists.java:340–343 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
338
}
339
340
@Override
341
public
int
size() {
342
return
IntMath.saturatedAdd(rest.length, 1);
343
}
344
345
@Override
346
public
E get(
int
index) {
Callers
1
get
Method · 0.95
Calls
1
saturatedAdd
Method · 0.95
Tested by
no test coverage detected