IteratorMapper as it handles CloseableIterators now@Deprecated 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)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Deprecated.
|
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>close in class IteratorMapper<E,S>Copyright © 2020 JBoss, a division of Red Hat. All rights reserved.