Item
's. An ItemCollection
object maintains a cursor pointing to its current pages of data. Initially the cursor is positioned before the first page. The next method moves the cursor to the next row, and because it returns false when there are no more rows in the ItemCollection
object, it can be used in a while loop to iterate through the collection. Network calls can be triggered when the collection is iterated across page boundaries.
@param < R> low level result type
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|