public class TransformingIterator<A,B> extends Object implements Iterator<B>
TransformingIterator(Iterator<A> itr, fj.F<A,B> f)
boolean
hasNext()
B
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TransformingIterator(Iterator<A> itr, fj.F<A,B> f)
public boolean hasNext()
hasNext
Iterator<B>
public B next()
next
public void remove()
remove
Copyright © 2013. All Rights Reserved.