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

Method lowerBoundType

output/java_guava/1.4.17/Range.java:404–406  ·  view source on GitHub ↗

Returns the type of this range's lower bound: BoundType#CLOSED if the range includes its lower endpoint, BoundType#OPEN if it does not. @throws IllegalStateException if this range is unbounded below (that is, #hasLowerBound() returns false)

()

Source from the content-addressed store, hash-verified

402
403
404 public BoundType lowerBoundType() {
405 return lowerBound.typeAsLowerBound();
406 }
407
408 /**
409 * Returns {@code true} if this range has an upper endpoint.

Callers 5

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

Calls 1

typeAsLowerBoundMethod · 0.45

Tested by

no test coverage detected