Source<T>
public class ValueListSource<T> extends Object implements Source<T>
ValueListSource(List<T> values)
ValueListSource(List<T> values, IntSource intSource)
T
next()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ValueListSource(List<T> values, IntSource intSource)
public ValueListSource(List<T> values)
public T next()
next