public class NestedIterable<S,T> extends java.lang.Object implements java.lang.Iterable<T>
NestedIterable(java.lang.Iterable<S> outer, FunST<S,java.util.Iterator<T>> outer2Inner)
java.util.Iterator<T>
iterator()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public NestedIterable(java.lang.Iterable<S> outer, FunST<S,java.util.Iterator<T>> outer2Inner)
public java.util.Iterator<T> iterator()
iterator
java.lang.Iterable<T>