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, remove
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining, hasNext, next, remove
public void close()
close
in interface AutoCloseable
close
in interface CloseableIterator<S>
close
in class IteratorMapper<E,S>
Copyright © 2020 JBoss, a division of Red Hat. All rights reserved.