public class TypeParametersMap extends Object
| Constructor and Description |
|---|
TypeParametersMap() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Type |
getValue(TypeParameterDeclaration typeParameter) |
Optional<Type> |
getValueBySignature(String signature) |
int |
hashCode() |
void |
setValue(TypeParameterDeclaration typeParameter,
Type value) |
String |
toString() |
public void setValue(TypeParameterDeclaration typeParameter, Type value)
public Type getValue(TypeParameterDeclaration typeParameter)
Copyright © 2016. All rights reserved.