K - The type for the KeyV - The type for the stored valueclass ParentPos<K,V>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
dupPos
The current position of the duplicate container in the page
|
(package private) Page<K,V> |
page
The page we are browsing
|
(package private) int |
pos
The current position in the page
|
(package private) ValueCursor<V> |
valueCursor
The current position of the duplicate container in the page
|
| Constructor and Description |
|---|
ParentPos(Page<K,V> page,
int pos)
Creates a new instance of ParentPos
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
int pos
int dupPos
ValueCursor<V> valueCursor