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

Method lowerEndpoint

corpus/java/training/guava/collect/Range.java:369–371  ·  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

367 * #hasLowerBound()} returns {@code false})
368 */
369 public C lowerEndpoint() {
370 return lowerBound.endpoint();
371 }
372
373 /**
374 * 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