Class MVRTreeMap.RTreeCursor<V>
java.lang.Object
org.h2.mvstore.rtree.MVRTreeMap.RTreeCursor<V>
- Direct Known Subclasses:
MVRTreeMap.ContainsRTreeCursor, MVRTreeMap.IntersectsRTreeCursor, MVSpatialIndex.FindBoundsCursor
- Enclosing class:
MVRTreeMap<V>
-
Field Details
-
filter
-
pos
-
current
-
root
-
initialized
private boolean initialized
-
-
Constructor Details
-
RTreeCursor
-
-
Method Details
-
hasNext
-
skip
public void skip(long n) Skip over that many entries. This method is relatively fast (for this map implementation) even if many entries need to be skipped.- Parameters:
n- the number of entries to skip
-
next
-
fetchNext
void fetchNext()Fetch the next entry if there is one. -
check
-