Uses of Class
org.h2.mvstore.rtree.MVRTreeMap
-
Packages that use MVRTreeMap Package Description org.h2.mvstore.db Helper classes to use the MVStore in the H2 database.org.h2.mvstore.rtree An R-tree implementation -
-
Uses of MVRTreeMap in org.h2.mvstore.db
Fields in org.h2.mvstore.db declared as MVRTreeMap Modifier and Type Field Description private MVRTreeMap<VersionedValue<Value>>
MVSpatialIndex. spatialMap
-
Uses of MVRTreeMap in org.h2.mvstore.rtree
Methods in org.h2.mvstore.rtree that return MVRTreeMap Modifier and Type Method Description MVRTreeMap<V>
MVRTreeMap. cloneIt()
MVRTreeMap<V>
MVRTreeMap.Builder. create(java.util.Map<java.lang.String,java.lang.Object> config)
Constructors in org.h2.mvstore.rtree with parameters of type MVRTreeMap Constructor Description MVRTreeMap(MVRTreeMap<V> source)
-