public class MapType extends AbstractType
| Constructor and Description |
|---|
MapType() |
| Modifier and Type | Method and Description |
|---|---|
AbstractType |
getKeyType() |
AbstractType |
getValueType() |
void |
setKeyType(AbstractType keyType) |
void |
setValueType(AbstractType valueType) |
void |
write(java.io.Writer writer) |
public void write(java.io.Writer writer)
throws java.io.IOException
write in class AbstractTypejava.io.IOExceptionpublic AbstractType getValueType()
public void setValueType(AbstractType valueType)
public AbstractType getKeyType()
public void setKeyType(AbstractType keyType)
Copyright © 2022. All rights reserved.