MVMap.Builder

A builder for this class.

Methods
Builder()
Create a new builder with the default key and value data types.
Builder()
Create a new builder with the default key and value data types.
MVMap create()
MVMap create()
DataType getKeyType()
DataType getKeyType()
DataType getValueType()
DataType getValueType()
MVMap.Builder keyType(DataType keyType)
Set the key data type.
MVMap.Builder keyType(DataType keyType)
Set the key data type.
Parameters:
keyType - the key type
Returns:
this
MVMap.Builder valueType(DataType valueType)
Set the value data type.
MVMap.Builder valueType(DataType valueType)
Set the value data type.
Parameters:
valueType - the value type
Returns:
this