Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ getLowerBounds
Method
getLowerBounds
output/java_guava/1.4.18/Types.java:487–490 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
485
}
486
487
@Override
488
public
Type[] getLowerBounds() {
489
return
toArray(lowerBounds);
490
}
491
492
@Override
493
public
Type[] getUpperBounds() {
Callers
9
getSubtype
Method · 0.45
isSubtypeOf
Method · 0.45
visitWildcardType
Method · 0.45
is
Method · 0.45
visitWildcardType
Method · 0.45
resolveWildcardType
Method · 0.45
capture
Method · 0.45
newArrayType
Method · 0.45
equals
Method · 0.45
Calls
1
toArray
Method · 0.45
Tested by
no test coverage detected