public class Page<T> extends Object
Constructor and Description |
---|
Page(List<T> results,
int startIndex,
int endIndex) |
Page(org.hibernate.query.Query query,
int pageIndex,
int pageSize) |
Modifier and Type | Method and Description |
---|---|
int |
getEndIndex() |
List<T> |
getList() |
int |
getStartIndex() |
void |
setEndIndex(int endIndex) |
void |
setStartIndex(int startIndex) |
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.