public static class TypeSubstitutor.MapToTypeSubstitutionAdapter extends java.lang.Object implements TypeSubstitution
EMPTY| Constructor and Description |
|---|
TypeSubstitutor.MapToTypeSubstitutionAdapter(java.util.Map<TypeConstructor,TypeProjection> substitutionContext) |
| Modifier and Type | Method and Description |
|---|---|
TypeProjection |
get(TypeConstructor key) |
boolean |
isEmpty() |
java.lang.String |
toString() |
public TypeSubstitutor.MapToTypeSubstitutionAdapter(@NotNull java.util.Map<TypeConstructor,TypeProjection> substitutionContext)
public TypeProjection get(TypeConstructor key)
get in interface TypeSubstitutionpublic boolean isEmpty()
isEmpty in interface TypeSubstitutionpublic java.lang.String toString()
toString in class java.lang.Object