public class CloseableIteratorMapper<E,S> extends IteratorMapper<E,S> implements CloseableIterator<S>
| Constructor and Description |
|---|
CloseableIteratorMapper(Iterator<? extends E> iterator,
Function<? super E,? extends S> function) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
hasNext, next, removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, hasNext, next, removepublic void close()
close in interface AutoCloseableclose in interface CloseableIterator<S>Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.