|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.h2.mvstore.MVMapConcurrent.Builder<K,V>
K
- the key typeV
- the value typepublic static class MVMapConcurrent.Builder<K,V>
A builder for this class.
Field Summary | |
---|---|
protected DataType |
keyType
|
protected DataType |
valueType
|
Constructor Summary | |
---|---|
MVMapConcurrent.Builder()
Create a new builder with the default key and value data types. |
Method Summary | |
---|---|
MVMapConcurrent<K,V> |
create()
Create a new map of the given type. |
MVMapConcurrent.Builder<K,V> |
keyType(DataType keyType)
Set the key data type. |
MVMapConcurrent.Builder<K,V> |
valueType(DataType valueType)
Set the key data type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected DataType keyType
protected DataType valueType
Constructor Detail |
---|
public MVMapConcurrent.Builder()
Method Detail |
---|
public MVMapConcurrent.Builder<K,V> keyType(DataType keyType)
keyType
- the key type
public MVMapConcurrent.Builder<K,V> valueType(DataType valueType)
valueType
- the key type
public MVMapConcurrent<K,V> create()
MVMap.MapBuilder
create
in interface MVMap.MapBuilder<MVMapConcurrent<K,V>,K,V>
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |