public static class GenericMetadataSupport.WildCardBoundedType extends Object implements GenericMetadataSupport.BoundedType
The JLS says that lower bound and upper bound are mutually exclusive, and that multiple bounds are not allowed.
| Constructor and Description |
|---|
WildCardBoundedType(WildcardType wildcard) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Type |
firstBound() |
int |
hashCode() |
Type[] |
interfaceBounds() |
String |
toString() |
WildcardType |
wildCard() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetTypeNamepublic WildCardBoundedType(WildcardType wildcard)
public Type firstBound()
firstBound in interface GenericMetadataSupport.BoundedTypepublic Type[] interfaceBounds()
interfaceBounds in interface GenericMetadataSupport.BoundedTypepublic WildcardType wildCard()
Copyright © 2024. All rights reserved.