MapType.Impl, MapType.Visitor<P,R>| Constructor and Description |
|---|
Impl() |
Impl(Type keyType,
Type valueType) |
| Modifier and Type | Method and Description |
|---|---|
Type |
getKeyType() |
Type |
getValueType() |
void |
setKeyType(Type keyType) |
void |
setValueType(Type valueType) |
public Type getKeyType()
getKeyType in interface MapTypepublic void setKeyType(Type keyType)
setKeyType in interface MapTypepublic Type getValueType()
getValueType in interface MapTypepublic void setValueType(Type valueType)
setValueType in interface MapType