public abstract class NestingResourceIterator<T,U> extends PrefetchingResourceIterator<T>
Constructor and Description |
---|
NestingResourceIterator(Iterator<U> source) |
Modifier and Type | Method and Description |
---|---|
void |
close()
Close the iterator early, freeing associated resources
It is an error to use the iterator after this has been called.
|
hasNext, next, peek, remove
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
map, stream
forEachRemaining, hasNext, next, remove
public void close()
ResourceIterator
Copyright © 2023. All rights reserved.