MCPcopy Create free account
hub / github.com/antlr/codebuff / isEmpty

Method isEmpty

output/java_guava/1.4.17/GeneralRange.java:145–148  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

143 }
144
145 boolean isEmpty() {
146 return (hasUpperBound() && tooLow(getUpperEndpoint()))
147 || (hasLowerBound() && tooHigh(getLowerEndpoint()));
148 }
149
150 boolean tooLow(@Nullable T t) {
151 if (!hasLowerBound()) {

Callers

nothing calls this directly

Calls 6

hasUpperBoundMethod · 0.95
tooLowMethod · 0.95
getUpperEndpointMethod · 0.95
hasLowerBoundMethod · 0.95
tooHighMethod · 0.95
getLowerEndpointMethod · 0.95

Tested by

no test coverage detected