Package org.h2.mvstore
Class Page.PageReference<K,V>
- java.lang.Object
-
- org.h2.mvstore.Page.PageReference<K,V>
-
-
Constructor Summary
Constructors Constructor Description PageReference(Page<K,V> page)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <X,Y>
Page.PageReference<X,Y>empty()Get an empty page reference.Page<K,V>getPage()java.lang.StringtoString()
-
-
-
Method Detail
-
empty
public static <X,Y> Page.PageReference<X,Y> empty()
Get an empty page reference.- Type Parameters:
X- the key classY- the value class- Returns:
- the page reference
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-