Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ hasUpperBound
Method
hasUpperBound
output/java_guava/1.4.16/GeneralRange.java:141–143 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
139
}
140
141
boolean hasUpperBound() {
142
return
hasUpperBound;
143
}
144
145
boolean isEmpty() {
146
return
(hasUpperBound() && tooLow(getUpperEndpoint()))
Callers
4
isEmpty
Method · 0.95
tooHigh
Method · 0.95
intersect
Method · 0.95
from
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected