K - The type of the BTree keyV - The type of the BTree valueclass PageHolder<K,V>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected BTree<K,V> |
btree
The BTree
|
private Page<K,V> |
page
The stored page
|
| Constructor and Description |
|---|
PageHolder(BTree<K,V> btree,
Page<K,V> page)
Create a new holder storing an offset and a SoftReference containing the element.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) Page<K,V> |
getValue() |