Constructor and Description |
---|
FunctionIterator(Iterable<T> iterable,
java.util.function.Function<? super T,? extends V> function) |
FunctionIterator(Iterator<T> newIterator,
java.util.function.Function<? super T,? extends V> function) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
V |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public FunctionIterator(Iterable<T> iterable, java.util.function.Function<? super T,? extends V> function)
public FunctionIterator(Iterator<T> newIterator, java.util.function.Function<? super T,? extends V> function)