public interface Paginator<E>
| Modifier and Type | Method and Description |
|---|---|
E |
getFirstElement() |
List<E> |
getPage(int pageNum,
int pageSize) |
int |
getTotalHits() |
int |
getTotalPages(int pageSize) |
Copyright © 2010–2015. All rights reserved.