public class SinglePage extends Object
| Modifier and Type | Field and Description |
|---|---|
static SinglePage |
EMPTY |
| Constructor and Description |
|---|
SinglePage(List<?> list,
String typeCode,
SortData sortData,
int pageSize) |
| Modifier and Type | Method and Description |
|---|---|
List<?> |
getList() |
int |
getListSize() |
int |
getPageSize() |
SortData |
getSortData() |
String |
getTypeCode() |
boolean |
isListPresent() |
public static final SinglePage EMPTY
Copyright © 2018. All rights reserved.