public class ConvertedIterator<S,T> extends java.lang.Object implements java.util.Iterator<T>
ConvertedIterator(java.util.Iterator<S> it, FunST<S,T> funST)
boolean
hasNext()
T
next()
void
remove()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ConvertedIterator(java.util.Iterator<S> it, FunST<S,T> funST)
public boolean hasNext()
hasNext
java.util.Iterator<T>
public T next()
next
public void remove()
remove