|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.h2.mvstore.rtree.MVRTreeMap.Builder<V>
V
- the value typepublic static class MVRTreeMap.Builder<V>
A builder for this class.
Constructor Summary | |
---|---|
MVRTreeMap.Builder()
Create a new builder for maps with 2 dimensions. |
Method Summary | |
---|---|
MVRTreeMap<V> |
create()
Create a new map of the given type. |
MVRTreeMap.Builder<V> |
dimensions(int dimensions)
Set the dimensions. |
MVRTreeMap.Builder<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 |
Constructor Detail |
---|
public MVRTreeMap.Builder()
Method Detail |
---|
public MVRTreeMap.Builder<V> dimensions(int dimensions)
dimensions
- the dimensions to use
public MVRTreeMap.Builder<V> valueType(DataType valueType)
valueType
- the key type
public MVRTreeMap<V> create()
MVMap.MapBuilder
create
in interface MVMap.MapBuilder<MVRTreeMap<V>,SpatialKey,V>
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |