T
- resource typeR
- low level result typepublic 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 and Description |
---|---|
boolean |
hasNext() |
T |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
Copyright © 2020. All rights reserved.