public class ObjMap<T,R> extends LsaIterator<R>
| Constructor and Description |
|---|
ObjMap(java.util.Iterator<? extends T> iterator,
Function<? super T,? extends R> mapper) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
R |
nextIteration() |
next, removepublic boolean hasNext()
public R nextIteration()
nextIteration in class LsaIterator<R>