public class ObjMap<T,R> extends LsaIterator<R>
| Constructor and Description |
|---|
ObjMap(Iterator<? extends T> iterator,
Function<? super T,? extends R> mapper) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
R |
nextIteration() |
next, removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic boolean hasNext()
public R nextIteration()
nextIteration in class LsaIterator<R>Copyright © 2017. All rights reserved.