Interface Page<T>
-
public interface Page<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<T>getContent()intgetTotalItems()
-
public interface Page<T>
| Modifier and Type | Method | Description |
|---|---|---|
List<T> |
getContent() |
|
int |
getTotalItems() |