public static class MVRTreeMap.RTreeCursor extends Object implements Iterator<SpatialKey>
| 限定符 | 构造器和说明 |
|---|---|
protected |
RTreeCursor(Page root,
SpatialKey filter) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected boolean |
check(boolean leaf,
SpatialKey key,
SpatialKey test)
Check a given key.
|
protected void |
fetchNext()
Fetch the next entry if there is one.
|
boolean |
hasNext() |
SpatialKey |
next() |
void |
remove() |
void |
skip(long n)
Skip over that many entries.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingprotected RTreeCursor(Page root, SpatialKey filter)
public boolean hasNext()
hasNext 在接口中 Iterator<SpatialKey>public void skip(long n)
n - the number of entries to skippublic SpatialKey next()
next 在接口中 Iterator<SpatialKey>public void remove()
remove 在接口中 Iterator<SpatialKey>protected void fetchNext()
protected boolean check(boolean leaf,
SpatialKey key,
SpatialKey test)
leaf - if the key is from a leaf pagekey - the stored keytest - the user-supplied test keyCopyright © 2017. All rights reserved.