org.simantics.databoard.type
Class MapType
java.lang.Object
org.simantics.databoard.type.DataType
org.simantics.databoard.type.MapType
public class MapType
- extends DataType
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
MapType
public MapType()
MapType
public MapType(DataType keyType,
DataType valueType)
accept
public void accept(DataType.Visitor1 v,
java.lang.Object obj)
- Specified by:
accept
in class DataType
accept
public <T> T accept(DataType.Visitor<T> v)
- Specified by:
accept
in class DataType
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
getKeyType
public DataType getKeyType()
getValueType
public DataType getValueType()
setKeyType
public void setKeyType(DataType keyType)
setValueType
public void setValueType(DataType valueType)