public class IteratorMapper<E,S> extends Object implements Iterator<S>
Constructor and Description |
---|
IteratorMapper(Iterator<? extends E> iterator,
Function<? super E,? extends S> function) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
S |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.