public final class FunctionIterator<T,V> extends Object implements Iterator<V>
Iterator
iterator
function
next()
FunctionIterator(Iterable<T> iterable, Function<? super T,? extends V> function)
FunctionIterator(Iterator<T> newIterator, Function<? super T,? extends V> function)
boolean
hasNext()
V
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public FunctionIterator(Iterable<T> iterable, Function<? super T,? extends V> function)
public FunctionIterator(Iterator<T> newIterator, Function<? super T,? extends V> function)
public void remove()
remove
Iterator<V>
public boolean hasNext()
hasNext
public V next()
next