public interface Feed<T>
| Modifier and Type | Method and Description |
|---|---|
int |
getCurPage() |
Collection<T> |
getData() |
int |
getPerPage() |
int |
getTotal() |
int getCurPage()
int getPerPage()
int getTotal()
Collection<T> getData()
Copyright © 2016 iSuper.org. All Rights Reserved.