| Modifier and Type | Field and Description |
|---|---|
protected List<LockItem> |
currentPageResults |
protected int |
currentPageResultsIndex |
| Constructor and Description |
|---|
LockItemPaginatedIterator() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract boolean |
hasAnotherPageToLoad() |
protected abstract boolean |
hasLoadedFirstPage() |
boolean |
hasNext() |
protected abstract void |
loadNextPageIntoResults() |
LockItem |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic LockItem next() throws NoSuchElementException
next in interface Iterator<LockItem>NoSuchElementExceptionpublic void remove()
throws UnsupportedOperationException
remove in interface Iterator<LockItem>UnsupportedOperationExceptionprotected abstract boolean hasAnotherPageToLoad()
protected abstract boolean hasLoadedFirstPage()
protected abstract void loadNextPageIntoResults()
Copyright © 2013–2023. All rights reserved.