net.java.quickcheck.generator.support
Class RoundRobinGenerator<T>

java.lang.Object
  extended by net.java.quickcheck.generator.support.RoundRobinGenerator<T>
All Implemented Interfaces:
Generator<T>

public class RoundRobinGenerator<T>
extends Object
implements Generator<T>


Constructor Summary
RoundRobinGenerator(List<Generator<T>> generators)
           
 
Method Summary
 T next()
          Generates the next instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoundRobinGenerator

public RoundRobinGenerator(List<Generator<T>> generators)
Method Detail

next

public T next()
Description copied from interface: Generator
Generates the next instance.

Specified by:
next in interface Generator<T>
Returns:
a newly created instance


Copyright © 2011. All Rights Reserved.