|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.h2.dev.store.btree.Cursor<K,V>
org.h2.dev.store.btree.ChangeCursor<K,V>
K - the key typeV - the value typepublic class ChangeCursor<K,V>
A cursor to iterate over all keys in new pages.
| Field Summary |
|---|
| Fields inherited from class org.h2.dev.store.btree.Cursor |
|---|
current, currentPos, map, parents |
| Method Summary | |
|---|---|
CursorPos |
min(Page p,
K from)
Visit the first key that is greater or equal the given key. |
CursorPos |
visitChild(Page p,
int childIndex)
Visit the first key within this child page. |
| Methods inherited from class org.h2.dev.store.btree.Cursor |
|---|
fetchNext, hasNext, next, pop, push, remove |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public CursorPos min(Page p,
K from)
Cursor
min in class Cursor<K,V>p - the pagefrom - the key, or null
public CursorPos visitChild(Page p,
int childIndex)
Cursor
visitChild in class Cursor<K,V>p - the pagechildIndex - the child index
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||