K
- The type for the KeyV
- The type for the stored valuepublic class ParentPos<K,V> extends Object
Modifier and Type | Field and Description |
---|---|
int |
dupPos
The current position of the duplicate container in the page
|
Page<K,V> |
page
The page we are browsing
|
int |
pos
The current position in the page
|
ValueCursor<V> |
valueCursor
The current position of the duplicate container in the page
|
public int pos
public int dupPos
public ValueCursor<V> valueCursor
public String toString()
toString
in class Object
Object.toString()
Copyright © 2012-2013 Apache Mavibot Project Parent. All Rights Reserved.