public final class TypeParameter extends HierarchicalTypeSignature
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
ReferenceTypeSignature |
getClassBound()
Get the type parameter class bound.
|
List<ReferenceTypeSignature> |
getInterfaceBounds()
Get the type parameter interface bound(s).
|
String |
getName()
Get the type parameter identifier.
|
int |
hashCode() |
String |
toString() |
public String getName()
public ReferenceTypeSignature getClassBound()
public List<ReferenceTypeSignature> getInterfaceBounds()
Copyright © 2020. All rights reserved.