| Constructor and Description |
|---|
PageReference(Page<K,V> page) |
| Modifier and Type | Method and Description |
|---|---|
static <X,Y> Page.PageReference<X,Y> |
empty()
Get an empty page reference.
|
Page<K,V> |
getPage() |
java.lang.String |
toString() |
public static <X,Y> Page.PageReference<X,Y> empty()
X - the key classY - the value classpublic java.lang.String toString()
toString in class java.lang.Object