Summary:
Detail:
Iterator<T>
TransformingIterator(Iterator<S> iterator, Function<S,T> transformer)
boolean
hasNext()
T
next()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining, remove
hasNext
Iterator<S>
next