- Enclosing class:
Page<K,V>
public static final class Page.PageReference<K,V>
extends Object
A pointer to a page, either in-memory or using a page position.
-
Constructor Summary
Constructors
-
Method Summary
Get an empty page reference.
-
Constructor Details
-
PageReference
public PageReference(Page<K,V> page)
-
Method Details
-
empty
Get an empty page reference.
- Type Parameters:
X - the key class
Y - the value class
- Returns:
- the page reference
-
-