public interface PageIterator<E>
| Modifier and Type | Field and Description |
|---|---|
static Integer |
DEFAULT_PAGE_NUMBER |
static Integer |
DEFAULT_PAGE_SIZE |
| Modifier and Type | Method and Description |
|---|---|
E |
getPage(int pageNumber) |
E |
next() |
E |
previous() |
static final Integer DEFAULT_PAGE_SIZE
static final Integer DEFAULT_PAGE_NUMBER
E next() throws MindsphereException
MindsphereExceptionE previous() throws MindsphereException
MindsphereExceptionE getPage(int pageNumber) throws MindsphereException
MindsphereException