public interface PagedList<E>
Modifier and Type | Method and Description |
---|---|
List<E> |
getCompleteList() |
List<E> |
getPage(int pageNumber) |
int |
getPageSize() |
int |
getSize() |
Iterator<List<E>> |
iterator() |
Copyright © 2002-2021 Atlassian. All Rights Reserved.