F
T
public class TransIter<F,T> extends Object implements Iterator<T>
Iterator
private Iterator<? extends F>
backingIterator
private java.util.function.Function<? super F,? extends T>
func
TransIter(Iterator<? extends F> backingIterator, java.util.function.Function<? super F,? extends T> func)
boolean
hasNext()
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
private final Iterator<? extends F> backingIterator
private final java.util.function.Function<? super F,? extends T> func
public TransIter(Iterator<? extends F> backingIterator, java.util.function.Function<? super F,? extends T> func)
public final boolean hasNext()
hasNext
Iterator<T>
public final T next()
next
public final void remove()
remove
Copyright © 2020. All rights reserved.