Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ hasUpperBound
Method
hasUpperBound
output/java_guava/1.4.17/Range.java:413–415 ·
view source on GitHub ↗
Returns true if this range has an upper endpoint.
()
Source
from the content-addressed store, hash-verified
411
412
413
public
boolean hasUpperBound() {
414
return
upperBound != Cut.aboveAll();
415
}
416
417
/**
418
* Returns the upper endpoint of this range.
Callers
11
subMap
Method · 0.45
remove
Method · 0.45
descendingEntryIterator
Method · 0.45
descendingEntryIterator
Method · 0.45
aggregateForEntries
Method · 0.45
lastNode
Method · 0.45
subSet
Method · 0.45
create
Method · 0.45
ComplementRanges
Method · 0.45
intersectRanges
Method · 0.45
asSet
Method · 0.45
Calls
1
aboveAll
Method · 0.95
Tested by
no test coverage detected