net.java.quickcheck.generator.support
Class ObjectGenerator

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

public class ObjectGenerator
extends Object
implements Generator<Object>


Constructor Summary
ObjectGenerator()
           
 
Method Summary
 Object 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

ObjectGenerator

public ObjectGenerator()
Method Detail

next

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

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


Copyright © 2011. All Rights Reserved.