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:706–709 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
704
}
705
706
@Override
707
public
int
size() {
708
return
IntMath.divide(list.size(), size, RoundingMode.CEILING);
709
}
710
711
@Override
712
public
boolean isEmpty() {
Callers
1
get
Method · 0.95
Calls
2
divide
Method · 0.95
size
Method · 0.65
Tested by
no test coverage detected