MVMapConcurrent.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.
|
| MVMapConcurrent |
create()
|
| MVMapConcurrent |
create()
|
| MVMapConcurrent.Builder |
keyType(DataType keyType)
Set the key data type.
|
| MVMapConcurrent.Builder |
keyType(DataType keyType)
Set the key data type.
Parameters:
keyType - the key type
Returns:
this
|
| MVMapConcurrent.Builder |
valueType(DataType valueType)
Set the key data type.
|
| MVMapConcurrent.Builder |
valueType(DataType valueType)
Set the key data type.
Parameters:
valueType - the key type
Returns:
this
|