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, wait
getTypeName
public WildCardBoundedType(WildcardType wildcard)
public Type firstBound()
firstBound
in interface GenericMetadataSupport.BoundedType
public Type[] interfaceBounds()
interfaceBounds
in interface GenericMetadataSupport.BoundedType
public WildcardType wildCard()
Copyright © 2024. All rights reserved.