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