T - this the class object that contains the resultspublic class Pagination<T> extends Object
| Constructor and Description |
|---|
Pagination() |
Pagination(List<T> listaBusquedas,
int tamanhoTotal,
int numResultados,
int inicio) |
| Modifier and Type | Method and Description |
|---|---|
int |
getInicio() |
List<T> |
getListaBusquedas() |
int |
getNumResultados() |
int |
getTamanhoTotal() |
Copyright © 2023. All rights reserved.