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

Method lowerEndpoint

output/java_guava/1.4.18/Range.java:391–393  ·  view source on GitHub ↗

Returns the lower endpoint of this range. @throws IllegalStateException if this range is unbounded below (that is, #hasLowerBound() returns false)

()

Source from the content-addressed store, hash-verified

389
390
391 public C lowerEndpoint() {
392 return lowerBound.endpoint();
393 }
394
395 /**
396 * Returns the type of this range's lower bound: {@link BoundType#CLOSED} if the range includes

Callers 5

subMapMethod · 0.45
entryIteratorMethod · 0.45
entryIteratorMethod · 0.45
fromMethod · 0.45
subSetMethod · 0.45

Calls 1

endpointMethod · 0.45

Tested by

no test coverage detected