com.ibatis.sqlmap.engine.mapping.statement
public class PaginatedDataList extends Object implements PaginatedList
Deprecated: All paginated list features have been deprecated
| Constructor Summary | |
|---|---|
| PaginatedDataList(SqlMapExecutor sqlMapExecutor, String statementName, Object parameterObject, int pageSize) | |
| Method Summary | |
|---|---|
| boolean | add(Object o) |
| void | add(int index, Object element) |
| boolean | addAll(Collection c) |
| boolean | addAll(int index, Collection c) |
| void | clear() |
| boolean | contains(Object o) |
| boolean | containsAll(Collection c) |
| Object | get(int index) |
| int | getPageIndex() |
| int | getPageSize() |
| void | gotoPage(int pageNumber) |
| int | indexOf(Object o) |
| boolean | isEmpty() |
| boolean | isFirstPage() |
| boolean | isLastPage() |
| boolean | isMiddlePage() |
| boolean | isNextPageAvailable() |
| boolean | isPreviousPageAvailable() |
| Iterator | iterator() |
| int | lastIndexOf(Object o) |
| ListIterator | listIterator() |
| ListIterator | listIterator(int index) |
| boolean | nextPage() |
| void | pageTo(int idx) |
| boolean | previousPage() |
| boolean | remove(Object o) |
| Object | remove(int index) |
| boolean | removeAll(Collection c) |
| boolean | retainAll(Collection c) |
| Object | set(int index, Object element) |
| int | size() |
| List | subList(int fromIndex, int toIndex) |
| Object[] | toArray() |
| Object[] | toArray(Object[] a) |