| 程序包 | 说明 |
|---|---|
| org.h2.mvstore |
A persistent storage for tree maps.
|
| org.h2.mvstore.rtree |
An R-tree implementation
|
| 限定符和类型 | 类和说明 |
|---|---|
static class |
MVMap.Builder<K,V>
A builder for this class.
|
| 限定符和类型 | 方法和说明 |
|---|---|
MVMap.BasicBuilder<M,K,V> |
MVMap.BasicBuilder.keyType(DataType<? super K> keyType)
Set the key data type.
|
MVMap.BasicBuilder<M,K,V> |
MVMap.BasicBuilder.keyType(DataType<? super K> keyType)
Set the key data type.
|
MVMap.BasicBuilder<M,K,V> |
MVMap.BasicBuilder.valueType(DataType<? super V> valueType)
Set the value data type.
|
MVMap.BasicBuilder<M,K,V> |
MVMap.BasicBuilder.valueType(DataType<? super V> valueType)
Set the value data type.
|
| 限定符和类型 | 类和说明 |
|---|---|
static class |
MVRTreeMap.Builder<V>
A builder for this class.
|
Copyright © 2022. All rights reserved.