| Package | Description |
|---|---|
| org.springframework.data.gemfire.domain |
| Modifier and Type | Method and Description |
|---|---|
static <T> ListablePage<T> |
ListablePage.newListablePage(List<T> content)
Factory method used to construct a new instance of
ListablePage initialized with the given List,
serving as the content for this page. |
static <T> ListablePage<T> |
ListablePage.newListablePage(T... content)
Factory method used to construct a new instance of
ListablePage initialized with the given array,
serving as the content for this page. |
Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.