Class LockItemPaginatedIterator
- java.lang.Object
-
- com.amazonaws.services.dynamodbv2.LockItemPaginatedIterator
-
-
Field Summary
Fields Modifier and Type Field Description protected List<LockItem>currentPageResultsprotected intcurrentPageResultsIndex
-
Constructor Summary
Constructors Constructor Description LockItemPaginatedIterator()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract booleanhasAnotherPageToLoad()protected abstract booleanhasLoadedFirstPage()booleanhasNext()protected abstract voidloadNextPageIntoResults()LockItemnext()voidremove()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Method Detail
-
next
public LockItem next() throws NoSuchElementException
- Specified by:
nextin interfaceIterator<LockItem>- Throws:
NoSuchElementException
-
remove
public void remove() throws UnsupportedOperationException- Specified by:
removein interfaceIterator<LockItem>- Throws:
UnsupportedOperationException
-
hasAnotherPageToLoad
protected abstract boolean hasAnotherPageToLoad()
-
hasLoadedFirstPage
protected abstract boolean hasLoadedFirstPage()
-
loadNextPageIntoResults
protected abstract void loadNextPageIntoResults()
-
-