Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ hasLowerBound
Method
hasLowerBound
output/java_guava/1.4.17/Range.java:379–381 ·
view source on GitHub ↗
Returns true if this range has a lower endpoint.
()
Source
from the content-addressed store, hash-verified
377
378
379
public
boolean hasLowerBound() {
380
return
lowerBound != Cut.belowAll();
381
}
382
383
/**
384
* Returns the lower endpoint of this range.
Callers
10
subMap
Method · 0.45
entryIterator
Method · 0.45
entryIterator
Method · 0.45
aggregateForEntries
Method · 0.45
firstNode
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
belowAll
Method · 0.95
Tested by
no test coverage detected