Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ describeAsUpperBound
Method
describeAsUpperBound
output/java_guava/1.4.16/Cut.java:258–261 ·
view source on GitHub ↗
(StringBuilder sb)
Source
from the content-addressed store, hash-verified
256
}
257
258
@Override
259
void
describeAsUpperBound(StringBuilder sb) {
260
sb.append(
"+\u221e)"
);
261
}
262
263
@Override
264
Comparable<?> leastValueAbove(DiscreteDomain<Comparable<?>> domain) {
Callers
nothing calls this directly
Calls
1
append
Method · 0.45
Tested by
no test coverage detected