Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ size
Method
size
output/java_guava/1.4.19/Lists.java:732–735 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
730
}
731
732
@Override
733
public
int
size() {
734
return
IntMath.divide(list.size(), size, RoundingMode.CEILING);
735
}
736
737
@Override
738
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