T
- resource typeR
- low level result typeIterator<T>
public class IteratorSupport<T,R> extends Object implements Iterator<T>
PageBasedCollection
.
NOTE: this internal class is marked as public since it has been incorrectly
exposed in the public method PageBasedCollection.iterator()
, and it
will be changed to be package private in the next major version.
Modifier and Type | Method | Description |
---|---|---|
boolean |
hasNext() |
|
T |
next() |
|
void |
remove() |
forEachRemaining
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.