Package org.h2.mvstore.rtree
Class MVRTreeMap.IntersectsRTreeCursor<V>
java.lang.Object
org.h2.mvstore.rtree.MVRTreeMap.RTreeCursor<V>
org.h2.mvstore.rtree.MVRTreeMap.IntersectsRTreeCursor<V>
- Enclosing class:
MVRTreeMap<V>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionIntersectsRTreeCursor
(Page<Spatial, V> root, Spatial filter, SpatialDataType keyType) -
Method Summary
Methods inherited from class org.h2.mvstore.rtree.MVRTreeMap.RTreeCursor
fetchNext, hasNext, next, skip
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Field Details
-
keyType
-
-
Constructor Details
-
IntersectsRTreeCursor
-
-
Method Details
-
check
Description copied from class:MVRTreeMap.RTreeCursor
Check a given key.- Specified by:
check
in classMVRTreeMap.RTreeCursor<V>
- Parameters:
leaf
- if the key is from a leaf pagekey
- the stored keytest
- the user-supplied test key- Returns:
- true if there is a match
-