Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ getUpperBounds
Method
getUpperBounds
output/java_guava/1.4.19/Types.java:491–494 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
489
}
490
491
@Override
492
public
Type[] getUpperBounds() {
493
return
toArray(upperBounds);
494
}
495
496
@Override
497
public
boolean equals(Object obj) {
Callers
13
getGenericSuperclass
Method · 0.45
getGenericInterfaces
Method · 0.45
getSupertype
Method · 0.45
isSubtypeOf
Method · 0.45
visitWildcardType
Method · 0.45
is
Method · 0.45
visitWildcardType
Method · 0.45
resolveWildcardType
Method · 0.45
visitWildcardType
Method · 0.45
capture
Method · 0.45
newArrayType
Method · 0.45
visitWildcardType
Method · 0.45
Calls
1
toArray
Method · 0.45
Tested by
no test coverage detected