Source<T>
public class SimpleTwoSources<T> extends Object implements Source<T>
SimpleTwoSources(Source<T> source1, Source<T> source2, int rate1, int rate2)
T
next()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SimpleTwoSources(Source<T> source1, Source<T> source2, int rate1, int rate2)
public T next()
next