Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ isEmpty
Method
isEmpty
output/java_guava/1.4.17/ImmutableRangeSet.java:171–174 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
169
}
170
171
@Override
172
public
boolean isEmpty() {
173
return
ranges.isEmpty();
174
}
175
176
/**
177
* Guaranteed to throw an exception and leave the {@code RangeSet} unmodified.
Callers
2
subRangeSet
Method · 0.95
asSet
Method · 0.95
Calls
1
isEmpty
Method · 0.65
Tested by
no test coverage detected