public class ValuesGenerator<T> extends Object implements Generator<T>
ValuesGenerator(T... values)
boolean
hasNext()
isCyclic()
T
next()
void
reset()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ValuesGenerator(T... values)
public boolean isCyclic()
isCyclic
Generator<T>
public void reset()
reset
public boolean hasNext()
hasNext
public T next()
next
Copyright © 2015. All rights reserved.