samt-core
1.0.0
jvm
public-api
/
tools.samt.api.types
/
MapType
Map
Type
interface
MapType
:
Type
A map of key-value pairs
Members
Properties
key
Type
Link copied to clipboard
abstract
val
keyType
:
TypeReference
The type of the keys in the map
value
Type
Link copied to clipboard
abstract
val
valueType
:
TypeReference
The type of the values in the map