public final class CursorPos<K,V> extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
int |
index
Index of the key (within page above) used to go down to a lower level
in case of intermediate nodes, or index of the target key for leaf a node.
|
Page<K,V> |
page
The page at the current level.
|
CursorPos<K,V> |
parent
Next node in the linked list, representing the position within parent level,
or null, if we are at the root level already.
|
Copyright © 2022. All rights reserved.