M - the map typeK - the key typeV - the value typepublic static interface MVMap.MapBuilder<M extends MVMap<K,V>,K,V>
| 限定符和类型 | 方法和说明 |
|---|---|
M |
create(MVStore store,
Map<String,Object> config)
Create a new map of the given type.
|
DataType<K> |
getKeyType() |
DataType<V> |
getValueType() |
void |
setKeyType(DataType<? super K> dataType) |
void |
setValueType(DataType<? super V> dataType) |
Copyright © 2022. All rights reserved.