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()
Render to string.
|
String |
toStringWithSimpleNames()
Render to string, using only simple
names for classes.
|
public String getName()
public ReferenceTypeSignature getClassBound()
public List<ReferenceTypeSignature> getInterfaceBounds()
public String toStringWithSimpleNames()
Copyright © 2021. All rights reserved.