Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ size
Method
size
corpus/java/training/guava/collect/Sets.java:597–600 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
595
596
return
new
SetView<E>() {
597
@Override
598
public
int
size() {
599
return
IntMath.saturatedAdd(set1.size(), set2minus1.size());
600
}
601
602
@Override
603
public
boolean isEmpty() {
Callers
nothing calls this directly
Calls
4
saturatedAdd
Method · 0.95
size
Method · 0.95
iterator
Method · 0.95
size
Method · 0.65
Tested by
no test coverage detected