K - the key typeV - the value typepublic static class MVMapConcurrent.Builder<K,V> extends Object implements MVMap.MapBuilder<MVMapConcurrent<K,V>,K,V>
| 构造器和说明 |
|---|
Builder()
Create a new builder with the default key and value data types.
|
public MVMapConcurrent.Builder<K,V> keyType(DataType keyType)
keyType - the key typepublic MVMapConcurrent.Builder<K,V> valueType(DataType valueType)
valueType - the key typepublic MVMapConcurrent<K,V> create()
MVMap.MapBuildercreate 在接口中 MVMap.MapBuilder<MVMapConcurrent<K,V>,K,V>Copyright © 2017. All rights reserved.