Constructor and Description |
---|
FunctionIterator(java.lang.Iterable<T> iterable,
java.util.function.Function<? super T,? extends V> function) |
FunctionIterator(java.util.Iterator<T> newIterator,
java.util.function.Function<? super T,? extends V> function) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
V |
next() |
void |
remove() |