java.util.Iterator<V>
public final class CollectIterator<T,V>
extends java.lang.Object
implements java.util.Iterator<V>
Constructor | Description |
---|---|
CollectIterator(java.lang.Iterable<T> iterable,
Function<? super T,? extends V> function) |
|
CollectIterator(java.util.Iterator<T> newIterator,
Function<? super T,? extends V> function) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
hasNext() |
|
V |
next() |
|
void |
remove() |
Copyright © 2004–2018. All rights reserved.